Skip to main content

Frame for a micro service in the Big Fiubrother ecosystem

Project description

big-fiubrother-core-application

big-fiubrother-core-application module is a basic frame to be used in all the applications from the Big Fiubrother project. This module concentrates common tasks that are needed in all the microservices, for example:

  • Parsing arguments
  • Loading configuration
  • Starting (distributed) logging
  • Handle Linux signals

Usage

from big_fiubrother_core_application import run


with run('application_name') as application:
    while not application.is_stopped():
        work()

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

big-fiubrother-core-application-0.0.1.tar.gz (15.7 kB view hashes)

Uploaded Source

Built Distribution

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