should make things more reproducible
Project description
DBIS Pipeline
This pipline can be used to run analyses in a structured way.
Usage
the user writes a minimal plan file which contains only the following information:
- "how do I get the data?", by providing a dataloader
- "what to do with the data?", by providing a scikit pipeline
- "what to do with the result?", by providing output handlers.
Please have a look at the examples for more information.
Requirements
- python >= 3.6
- a PostgreSQL database
- an email server if you want to use notification emails
Installation
- Install dbispipeline in your python. We recommend using pipenv to keep your
dependencies clean:
pipenv install dbispipelineThis call will install a virtual environment as well as all dependencies. - Write your plan(s). See the example plan files for guidance.
- call
pipenv run dp <yourplanfile.py>
Enjoy!
Configuration
The framework look in multiple directories for its configuration files.
/usr/local/etc/dbispipeline.iniused for system wide default.$HOME/.config/dbispipeline.iniused for user specific configurations../dbispipeline.inifor project specific configurations.
And example configuration file looks like this:
[database]
# url to your postgres database
host = your.personal.database
# your database user name
user = user
# port of your postgres database, default = 5432
# port = 5432
# password of your database user
password = <secure-password>
# database to use
database = pipelineresults
# table to be used
result_table = my_super_awesome_results
[project]
# this will be stored in the database
name = dbispipeline-test
[mail]
# email address to use as sender
sender = botname@yourserver.com
# recipient. This should probably be set on a home-directory-basis.
recipient = you@yourserver.com
# smtp server address to use
smtp_server = smtp.yourserver.com
# use smtp authentication, default = no
# authenticate = no
# username for smtp authentication, required if authenticate = yes
# username = foo
# password for smtp authentication, required if authenticate = yes
# password = bar
# port to use for smtp server connection, default = 465
# port = 465
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 dbispipeline-0.5.8.tar.gz.
File metadata
- Download URL: dbispipeline-0.5.8.tar.gz
- Upload date:
- Size: 23.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5c5ed7df78c2e7944ed239e15df8d2fe1929881306c83780e115b62df5e8c99
|
|
| MD5 |
93422db57480c44f54af150b3fe7b00d
|
|
| BLAKE2b-256 |
c434efddd1e8718140b9e005f6d1babbd33d38794616b6a8d4db4b184e48224c
|
File details
Details for the file dbispipeline-0.5.8-py3-none-any.whl.
File metadata
- Download URL: dbispipeline-0.5.8-py3-none-any.whl
- Upload date:
- Size: 29.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
350261ebc4de86752c9c4ba69c239e25aaaa3e4fae15c34c1eb0f16fd3157921
|
|
| MD5 |
e716af7235d017764a1b89b63b2b8537
|
|
| BLAKE2b-256 |
0a533f8017b026a56602a857a86383ef604ac01dee978acc250c39219860e258
|