Skip to main content

A tool to intercept dataflows

Project description

Build PyPI Unit Tests Code Formatting License: MIT Code style: black

Flowcept

Development Environment

Read the Contributing file.

Code Formatting

Flowcept code uses Black, a PEP 8 compliant code formatter, and Flake8, a code style guide enforcement tool. To install the these tools you simply need to run the following:

$ pip install flake8 black

Before every commit, you should run the following:

$ black .
$ flake8 .

If errors are reported by flake8, please fix them before commiting the code.

Running Tests

There are a few dependencies that need to be installed to run the pytest, if you installed the requirements.txt file then this should be covered as well.

$ pip install pytest

From the root directory using pytest we can run:

$ pytest

Redis Server for the Interception Messages

$ docker run -p 6379:6379  --name flowcept_redis -d redis

Redis Server for the local cache

$ docker run -p 60379:6379  --name local_interceptor_cache -d redis

RabbitMQ for Zambeze plugin

$ docker run -it --rm --name rabbitmq -d -p 5672:5672 -p 15672:15672 rabbitmq:3.11-management

MongoDB

$ docker run --name mongo -d -p 27017:27017 mongo

See also

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flowcept-0.0.114.tar.gz (16.6 kB view details)

Uploaded Source

Built Distribution

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

flowcept-0.0.114-py3-none-any.whl (25.2 kB view details)

Uploaded Python 3

File details

Details for the file flowcept-0.0.114.tar.gz.

File metadata

  • Download URL: flowcept-0.0.114.tar.gz
  • Upload date:
  • Size: 16.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for flowcept-0.0.114.tar.gz
Algorithm Hash digest
SHA256 5c3ac72cbdb9008243bd97715f12a687a648be2c3b159bfa91412374d18e43fd
MD5 ed613438c27004fe466eace4ce4dcfcb
BLAKE2b-256 b22956d32986561172938ee9138c886102d6cb35475ebb35370372995771e294

See more details on using hashes here.

File details

Details for the file flowcept-0.0.114-py3-none-any.whl.

File metadata

  • Download URL: flowcept-0.0.114-py3-none-any.whl
  • Upload date:
  • Size: 25.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for flowcept-0.0.114-py3-none-any.whl
Algorithm Hash digest
SHA256 44bc40c169b37826df19cfd8e8bc602243277d8e4d8ffc9246f8dfe21094dacc
MD5 101b8b274fb14a4e982c3a9a9c91e278
BLAKE2b-256 97f426f2c0bf6c2bb7c1259459fae7ad5ffb9da19ca19e124faa32d35e0aba53

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