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()
Release files for liteflow.providers.mongo 0.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| liteflow.providers.mongo-0.3.1.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| liteflow.providers.mongo-0.3.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:8.0 kB
Release files / liteflow.providers.mongo-0.3.1.tar.gz
| Download URL | liteflow.providers.mongo-0.3.1.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
44d47ae94d2d300a961b085351c7124e580908b863e2b4ee45239c374617195b
|
|
BLAKE2b-256 checksum How to use checksums |
eebcf4efd7a1877965e8bd440a3c3e3eccb6bf7e4ceec85c9df5b86ccf7eec13
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / liteflow.providers.mongo-0.3.1-py3-none-any.whl
| Download URL | liteflow.providers.mongo-0.3.1-py3-none-any.whl |
|---|---|
| Size | 4.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3b6de4d0064e90b22b7f321009f2768f5970ef5644aa55c4189b9e4fe501b264
|
|
BLAKE2b-256 checksum How to use checksums |
83022064e952617f264df7a5736446e3b6413fa991a92414a70ba7daa0637185
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |