Skip to main content

A CLI for the geOrchestra analytics module

Project description

geOrchestra analytics CLI

A CLI tool to process access log data for geOrchestra analytics.

Different sources are accepted for access log data:

  • A postgresql buffer table reproducing the Opentelemetry access log data structure.
  • File-based access logs. It is expected to contain CLF-like (or, say, text-based) access log entries. They are parsed using a regular expression pattern.
  • Fake access logs can also be generated for dev/testing/discovery purposes

The result is written in a postgresql table, preferably a timescaleDB hypertable, since a lot of data will be written and you will want time-enabled data management.

To know more about it, please read the doc on https://docs.georchestra.org/analytics

Install

Create a virtualenv and install this package:

python -m venv .venv
source .venv/bin/activate
pip install georchestra_analytics_cli

Build & publish

This project is based on pyScaffold and uses tox for the build.

There is no CI as of now, it's done manually.

To install tox, we recommend installing it with pipx:

pipx install tox
tox --help

Build the project:

tox -e clean,build

Publish to Pypi:

To publish to Pypi, there are some prerequisites:

  • You must set a git tag on your current commit (e.g. git tag -a 0.1.0 -m "v0.1.0")
  • Your git working tree should be clean (nothing pending, git status should report nothing to commit, working tree clean).

This ensures that setuptools_scm will detect a clean version. setuptools_scm extracts automatically the version from the git describe information, behind the scene.

You will also also need a pypi token to publish

Publish on test.pypi.org:

tox -e publish

Publish on pypi.org:

tox -e publish -- --repository pypi

Docker build:

We provide you with a utility script, ./docker_build.sh.
It takes 2 options:

  • --mode=: the build mode (one of [dev, test, pypi]). test will try to fetch the package from test.pypi while pypi will try to fetch it from the main pypi repo. dev will build the local code base.
  • --version=: allows to set the version to use. On dev mode, it can be arbitrary.

Examples:

  • Build from the latest version from pypi:
./docker_build.sh --mode=pypi
  • Build from the 0.1.0 version from pypi: (version 0.1.0 has to exist there)
./docker_build.sh --mode=pypi --version=0.1.0
  • Build from the 0.1.0 version from test.pypi: (version 0.1.0 has to exist there)
./docker_build.sh --mode=test --version=0.1.0
  • Build from local codebase, tag it 0.1.0-dirty:
./docker_build.sh --mode=dev --version=0.1.0-dirty
  • Build from local codebase, use the auto-generated tag:
./docker_build.sh --mode=dev

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

georchestra_analytics_cli-2.0.0.tar.gz (48.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

georchestra_analytics_cli-2.0.0-py3-none-any.whl (37.1 kB view details)

Uploaded Python 3

File details

Details for the file georchestra_analytics_cli-2.0.0.tar.gz.

File metadata

File hashes

Hashes for georchestra_analytics_cli-2.0.0.tar.gz
Algorithm Hash digest
SHA256 f1b1851f6f70ea5d12eb4cefe429468497c7b436e465cd10d4d69574cd9cedeb
MD5 38fd32332d59d29dadb6e40c6d890dce
BLAKE2b-256 aee0c30603edee55f70e666797b6def87140653be4d0bdaf7d87101098ed34aa

See more details on using hashes here.

File details

Details for the file georchestra_analytics_cli-2.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for georchestra_analytics_cli-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ba1fd3dcc2f3c5f6263b7d9b8a95a815f4ac2a5cc7c454034301e0f1a8271f5e
MD5 82f2a9a3296691d9f092fd2be4b56dfc
BLAKE2b-256 01e250635992d1df5a68190bc8b11913c8f57c08a67c40f584965ed27f05e49c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page