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 configuration 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
pipenv
everything else should be installed by pipenv.
Installation
- Create a fresh directory.
- In that directory, call
pipenv install dbispipeline
This call will install a virtual environment as well as all dependencies. - Write your configuration(s)
- call
pipenv run python -m dbispipeline <yourconfigurationfile.py>
Enjoy!
Configuration
The framework look in multiple directories for its configuration files.
/usr/local/etc/dbispipeline.ini
used for system wide default.$HOME/.config/dbispipeline.ini
used for user specific configurations../dbispipeline.ini
for project sepcifig 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
dbispipeline-0.3.2.tar.gz
(29.2 kB
view details)
Built Distribution
File details
Details for the file dbispipeline-0.3.2.tar.gz
.
File metadata
- Download URL: dbispipeline-0.3.2.tar.gz
- Upload date:
- Size: 29.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40577ca6f6ca41ef3a9fa872a1a03ff98776af42d55f874496b582b54c33b89a |
|
MD5 | 32a5684e1b7140946352d359bbc73ea6 |
|
BLAKE2b-256 | e576713357f1c6bde14788e284ed2c92d11decd3f3dfa8a2b5e9d05ddc9b6570 |
File details
Details for the file dbispipeline-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: dbispipeline-0.3.2-py3-none-any.whl
- Upload date:
- Size: 44.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e93ecfa7ac402dfa5c606e3a1c16cc7dba7c137137336152c0883681a5619d1 |
|
MD5 | 7cad5b976e507968dbcae73e0eb062bb |
|
BLAKE2b-256 | 8ecbc368ea908efccae5e44469875e2d31f294a86c96e3101bec14267b8f1e0e |