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-1.0.0rc1.tar.gz (47.8 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-1.0.0rc1-py3-none-any.whl (36.8 kB view details)

Uploaded Python 3

File details

Details for the file georchestra_analytics_cli-1.0.0rc1.tar.gz.

File metadata

File hashes

Hashes for georchestra_analytics_cli-1.0.0rc1.tar.gz
Algorithm Hash digest
SHA256 28219fe3a59d39ea698c95c76c134acd60cca1d1c70d2b9a5cd739aec3349bb0
MD5 c670d22f1cc1c3d625b0e803bb923781
BLAKE2b-256 321da924cc1899f6d38f9d128b768f290f9432556fbdfe2a62e3c2ffd9f47aec

See more details on using hashes here.

File details

Details for the file georchestra_analytics_cli-1.0.0rc1-py3-none-any.whl.

File metadata

File hashes

Hashes for georchestra_analytics_cli-1.0.0rc1-py3-none-any.whl
Algorithm Hash digest
SHA256 4bfa8b4addcff8a1110889df2cd81afc7da0552491c7e4fd0ba800746a326f0f
MD5 73c19105061d48baff44753355ab1f31
BLAKE2b-256 99f3b7a19b288ffb5b31080075398649393c725e13c297f675f408f49e06b071

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