MongoDB persistence provider for LiteFlow
Project description
MongoDB Persistence provider for LiteFlow
Provides support to persist workflows running on LiteFlow to a MongoDB database.
Installing
Install the "liteflow.providers.mongo" package
> pip install liteflow.providers.mongo
Usage
Pass an instance of MongoPersistenceProvider to configure_workflow_host when configuring your workflow node host.
from liteflow.core import *
from liteflow.providers.mongo import MongoPersistenceProvider
mongodb = MongoPersistenceProvider('mongodb://localhost:27017/', 'liteflow')
host = configure_workflow_host(persistence_service=mongodb)
host.start()
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file liteflow.providers.mongo-0.3.1.tar.gz.
File metadata
- Download URL: liteflow.providers.mongo-0.3.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44d47ae94d2d300a961b085351c7124e580908b863e2b4ee45239c374617195b
|
|
| MD5 |
eb44e3419eba17b855412bbb18cceec3
|
|
| BLAKE2b-256 |
eebcf4efd7a1877965e8bd440a3c3e3eccb6bf7e4ceec85c9df5b86ccf7eec13
|
File details
Details for the file liteflow.providers.mongo-0.3.1-py3-none-any.whl.
File metadata
- Download URL: liteflow.providers.mongo-0.3.1-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b6de4d0064e90b22b7f321009f2768f5970ef5644aa55c4189b9e4fe501b264
|
|
| MD5 |
8258b4c8b7cfaeda6fad1ff3596b6123
|
|
| BLAKE2b-256 |
83022064e952617f264df7a5736446e3b6413fa991a92414a70ba7daa0637185
|