Skip to main content

Collected data middleware for DB.

Project description

Dynamically schedule data aggregation ⚔️ 👁️ 🗄️

API agnostic data aggregation scheduler that automatically interacts with your interface class and sends responses to DB.

Dependencies

  • requests

  • schedule

  • pymongo

  • walrus

  • psutil

  • pytz

  • discord-logger

  • boto3

Setup

pip3 install sallron

DB Structure

To do

Usage

If you want a regular lifecycle, just run the following code:

import sallron
import ExampleInterface

sallron.configureye(
    MONGO_CONN_STR='mongodb+srv://...',
    MAX_STEEL_URL='https://5423csd3j.exe...',
    ADMIN_COLLECTION='admin',
    _WEBHOOK='https://discord.com/api/webhooks/...', # Discord webhook for logging
    # AWS CONFIG
    AWS_ACCESS_KEY_ID="asnwnwjsMANS...",
    AWS_SECRET_ACCESS_KEY_ID="JASDWKkjndm$234/mkasd...",
    AWS_REGION="us-east-2", # default
    LOGGING_BUCKET='s3 bucket name for storing logs'
) # configure your MongoDB settings

sallron.ring_ruler(ExampleInterface, "my_interface")

Now, for auto-resets + notifications on exceptions/crashes, save the previous file as you normally would (i.e. runner.py) and create a new file (i.e. erunner.py):

from sallron import eternal_runner
from os.path import join, dirname

here = dirname(__file__)

if __name__ == "__main__":
    filename = "runner.py"
    filepath = join(here, filename)
    eternal_runner(filepath)

Then just:

python3 erunner.py

Configureye

Required settings:

  • MONGO_CONN_STR

  • ADMIN_COLLECTION

Available settings (= std_value):

  • OS = ‘UBUNTU’

  • SAVE_LOGS = False

  • LOG_DIR = “logs/”

  • MAX_LOG_SIZE = 100000000 # 100Mb

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

sallron-0.2.15.tar.gz (17.3 kB view details)

Uploaded Source

Built Distribution

sallron-0.2.15-py3-none-any.whl (18.9 kB view details)

Uploaded Python 3

File details

Details for the file sallron-0.2.15.tar.gz.

File metadata

  • Download URL: sallron-0.2.15.tar.gz
  • Upload date:
  • Size: 17.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for sallron-0.2.15.tar.gz
Algorithm Hash digest
SHA256 bb1e57164ef2f061a0e628cef6f918a9bb5706f391fc54df0c74a361fcd725d7
MD5 8c149ab466201cb97651f7a66f169535
BLAKE2b-256 4096b154a637ecf483c424a0556f2116fb88cbaac91eb204e6b5a0e35bfdfeae

See more details on using hashes here.

File details

Details for the file sallron-0.2.15-py3-none-any.whl.

File metadata

  • Download URL: sallron-0.2.15-py3-none-any.whl
  • Upload date:
  • Size: 18.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for sallron-0.2.15-py3-none-any.whl
Algorithm Hash digest
SHA256 9c4feea598bedd31bcf7f8daeb6d3f1c38aaa13e98bcdc140ec7fdafd303ecec
MD5 7c347fe9e915c752719a4a68c3fc330a
BLAKE2b-256 3acf60fe8ac06891f77a6dcc7a265414be86cb421c5565bd93398bb4777c500f

See more details on using hashes here.

Supported by

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