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-0.1.1.tar.gz (44.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-0.1.1-py3-none-any.whl (37.6 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for georchestra_analytics_cli-0.1.1.tar.gz
Algorithm Hash digest
SHA256 395dc2318c828008a2791c7b548d8d5cc00d29b602ac7fe251f07525981d2ad4
MD5 bf13bba4720d18d5c090cc76df4545ce
BLAKE2b-256 d782cac23e711304f31ed55d890c1d8dc4eac09a6bb4b0414dab000460a82f37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for georchestra_analytics_cli-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 fbb3b8a5125cce664744d6286dbca978efe0d703a680914fcec327c158f45c2b
MD5 795ff93f6994dcf677d52a5c2dfa01f1
BLAKE2b-256 5dbcec7479795a56b59378bc50a2840927f11bbb1aed55d0f0b01f9f698664d0

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