Skip to main content

Streaming Data Processing Framework

Project description

Index

Install

pip install pyfirebird

Firebird Console

It provides a Web UI for pipeline management.

Configurations

~/.firebird/config

This file contains configuration for mysql, rabbitmq and zookeeper. Here is an example:
{
    "zookeeper": {
        "hosts":     "zookeeper:2181"
    },
    "rabbitmq": {
        "username":  "stonezhong",
        "password":  "changeme",
        "host":      "rabbitmq",
        "port":      5672,
        "heartbeat": 300
    },
    "mysql": {
        "db_name":  "firebird",
        "username": "stonezhong",
        "password": "changeme",
        "server":   "10.2.0.29"
    }
}

~/.kube/config

This is your kubernete config file. Firebird Console need to talk to kubernete clsuter to start, stop pipelines.

~/.oci/config

This is needed if you are using Kubernete in Oracle Cloud Infrastructure. It is your oci config file. You may also need the key file referenced by this config file.

Environment Variables

CONSOLE_URI_BASE

firebird console will read this variable and assuming this is the base url for firebird console. It is commonly used if you put firebird console behind a reverse proxy under certain path.
# Example
export CONSOLE_URI_BASE=/streaming/console

CSRF_TRUSTED_ORIGINS

It firebird console uses SSL, you need to specify the domain so HTTP post request won't be rejected due to CRRF trust issue.
# Example
export CSRF_TRUSTED_ORIGINS=https://myserver.com

Initialize Firebird Console Database

fbconsole migrate

Start Firebird Console

fbconsole runserver <ip>:<port>
# Example:
fbconsole runserver 0.0.0.0:8000

# You can access firebird console at $CONSOLE_URI_BASE/ui/

Common commands

Register a Pipeline

pipeline register \
    --pipeline-module-name <pipeline name> \
    --pipeline-namespace-name <pipeline namespace name> \
    --pipeline-image-name <pipeline image name>

# example
pipeline register \
    --pipeline-module-name pipe \
    --pipeline-namespace-name firebird \
    --pipeline-image-name iad.ocir.io/idrnu3akjpv5/firebird-app1

Unregister a Pipeline

pipeline unregister -pid <pipeline name>

Start a Pipeline

pipeline start -pid <pipeline name>

Stop a Pipeline

pipeline stop -pid <pipeline name>

List Pipelines

pipeline list

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

pyfirebird-0.0.115.tar.gz (233.1 kB view details)

Uploaded Source

Built Distribution

pyfirebird-0.0.115-py3-none-any.whl (240.2 kB view details)

Uploaded Python 3

File details

Details for the file pyfirebird-0.0.115.tar.gz.

File metadata

  • Download URL: pyfirebird-0.0.115.tar.gz
  • Upload date:
  • Size: 233.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for pyfirebird-0.0.115.tar.gz
Algorithm Hash digest
SHA256 9012461805d50a526f92d883fbdb251196295effdbfb8de4f33723c00ff928ab
MD5 72309c250598823d9dcee56042476804
BLAKE2b-256 73eacb7a55c354d1882b215a9e27b445d5a933be68281236e69c54ea3222ce19

See more details on using hashes here.

File details

Details for the file pyfirebird-0.0.115-py3-none-any.whl.

File metadata

  • Download URL: pyfirebird-0.0.115-py3-none-any.whl
  • Upload date:
  • Size: 240.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for pyfirebird-0.0.115-py3-none-any.whl
Algorithm Hash digest
SHA256 b8752ac8bda0eaacc3f3431914a2ff9b01d48af34270664e89e8f5277008f857
MD5 200a0284c97469bf3a27dfc8eeed8cac
BLAKE2b-256 8aa4719acd8c1f464225caad1ebcb8771d5e5311c90cc9f7d6cf628c9d4b9e62

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