Skip to main content

Log Jasmin SMS Gateway MT/MO to MongoDB Cluster.

Project description

Jasmin Mongo Logger

Log Jasmin SMS Gateway's MT/MO to MongoDB Cluster (can be a one-node cluster).

Table of Contents

  1. Installation Instructions
  2. Setup MongoDB CLuster
  3. Usage Instructions

Installation Instructions

PYPI

pip3 install -U jasmin-mongo-logger

From Source

git clone https://github.com/BlackOrder/jasmin_mongo_logger.git
cd jasmin_mongo_logger
pip3 install .

Docker

docker compose -f ./docker/docker-compose.yml up -d

Be sure to change the AMQP_BROKER_HOST and MONGO_CONNECTION_STRING in the docker-compose.yml file to your desired values. and also finish the setup of the MongoDB cluster before running the docker-compose file.

Setup MongoDB CLuster

To setup a MongoDB cluster with Docker, You can use this open source Docker Custom MongoDB Image

Usage Instructions

Jasmin Mongo Logger Logs all MT/MO from jasmin to MongoDB Cluster. All settings are read from OS ENV when run from console. if you want to import it in you code, you can supply the settings on initialization.

Data Structure

You have to supply a database and a collection name. The package will dump all data into the collection.

Start the service

There is multiple ways to setup the package from CLI.

  1. By exporting ENV variables you can export the fallowing variables before execution

    AMQP_BROKER_HOST                    =              127.0.0.1
    AMQP_BROKER_PORT                    =                5672
    MONGO_CONNECTION_STRING             =       **REQUIRED:NoDefault**
    MONGO_LOGGER_DATABASE               =       **REQUIRED:NoDefault**
    MONGO_LOGGER_COLLECTION             =       **REQUIRED:NoDefault**
    JASMIN_MONGO_LOGGER_LOG_PATH        =          /var/log/jasmin/
    JASMIN_MONGO_LOGGER_LOG_LEVEL       =               INFO
    

    Then execute:

    jasminmongologd
    
  2. You can pass arguments to the package on execution. execute jasminmongologd -h to see all possible arguments. Then execute:

    jasminmongologd --connection-string $MONGO_CONNECTION_STRING --database $MONGO_LOGGER_DATABASE --collection $MONGO_LOGGER_COLLECTION
    
  3. Mix the previous two methods. you can set the ENV variables and pass some arguments. for example:

    AMQP_BROKER_HOST=127.0.0.1 jasminmongologd --connection-string $MONGO_CONNECTION_STRING --database $MONGO_LOGGER_DATABASE --collection $MONGO_LOGGER_COLLECTION
    

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

jasmin_mongo_logger-0.1.1.tar.gz (41.7 kB view details)

Uploaded Source

Built Distribution

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

jasmin_mongo_logger-0.1.1-py3-none-any.whl (42.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: jasmin_mongo_logger-0.1.1.tar.gz
  • Upload date:
  • Size: 41.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for jasmin_mongo_logger-0.1.1.tar.gz
Algorithm Hash digest
SHA256 b1c78296deabdbc0de33172c55e954bec05e414c24f3c3adcfef1c39d42ec219
MD5 c41a7828ad2d19e65b03edf8ab163b6c
BLAKE2b-256 231c5b23455e919e74bb12bd6f9fa637361f25864294cf456648b80cee7d3178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jasmin_mongo_logger-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e962616c3aa6f407d1accc2eb2cd0da82b967068d59b61c848721a9d2b17406f
MD5 59f0337955086f86197434fc6b97c119
BLAKE2b-256 1f3e55829c9c5a370be86357f1084d813f603d526ef2644bfb560bbfb05b55de

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