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

MongoDB

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

Plugins-specific info

You can run pip install flowcept[plugin_name] to install requirements for a specific plugin, instead of installing the whole package.

RabbitMQ for Zambeze plugin

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

Tensorboard

If you're on mac, pip install may not work out of the box because of Tensorflow library. You may need to pip install tensorflow-macos instead of the tensorflow lib available in the tensorboard-requirements.

See also

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

flowcept-0.0.127.tar.gz (27.5 kB view details)

Uploaded Source

Built Distribution

flowcept-0.0.127-py3-none-any.whl (40.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for flowcept-0.0.127.tar.gz
Algorithm Hash digest
SHA256 9b402b5e2d97826cd49e8b5ee2449b7c48fd4b61665688f7b90ee2d75ca582b2
MD5 6a6ced13df1531970a7d205b27cb7e59
BLAKE2b-256 46d2ff793e5f8d93ce0ff08ab5328626e4ecbb199e56ce4f5d9e3e77a84493c1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for flowcept-0.0.127-py3-none-any.whl
Algorithm Hash digest
SHA256 cdbc76e635da66730d8a8cb6396ba4827e5dfbd4a9056f14ed6736f5197a3059
MD5 bfb4d18eda7a3e6293d3df23ca394c63
BLAKE2b-256 49aab90a3073041f24cd94f025a1a5662f93cbc9834959c7c9c6addae2561c63

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