Postgres and FASTAPI based Dataset Management System (DMS), with a CLI and SDK for interacting with the API.
Project description
README - Dataio
Dataio is a Postgres and FASTAPI based Dataset Management System (DMS) for users to access and manage datasets distributed by the Data Science Innovation Hub, ARTPARK. The scaffolding can be used to build a similar system for your own datasets.
Installation
Install the project using pip:
pip install git+https://github.com/dsih-artpark/dataio.git
or using uv:
uv add git+https://github.com/dsih-artpark/dataio.git
Development
We use uv to manage the project. Clone the repository and run:
uv sync
How to set up the local dev environment.
Run below command to set up the DB. API keys for users will be generated in the db/init/data_inserts folder
bash ./src/dataio/db/init/recreate_full.sh
Starting the API Server
uv run fastapi dev src/dataio/api
To start with logging & autoreload enabled
uvicorn src.dataio.api.main:app --log-config log_config.yml --reload
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 dataio_artpark-0.4.0b5.tar.gz.
File metadata
- Download URL: dataio_artpark-0.4.0b5.tar.gz
- Upload date:
- Size: 19.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f53f9caf887f6d56a7140e067207fd3e0d16a7e513421b4c4d8191b864e967aa
|
|
| MD5 |
e8f6312818d110ddf37c9bdab9087991
|
|
| BLAKE2b-256 |
200bf628376996e5c4a2465a5d271b9eacd191d599b4bfe4eb9270810a5daf8d
|
File details
Details for the file dataio_artpark-0.4.0b5-py3-none-any.whl.
File metadata
- Download URL: dataio_artpark-0.4.0b5-py3-none-any.whl
- Upload date:
- Size: 20.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd1da95b24537a2e76f27c867e73910bffa8f2f9ad25949395a6726f78c95aa1
|
|
| MD5 |
0ef6147afc3a99416385b8472519ee2e
|
|
| BLAKE2b-256 |
aee30395ca0866ecc848eabc1b76296dec1a719d9ad6f50bf7c96a4239c54f39
|