An open API service indexing awesome lists of open source software.

https://github.com/paulvirally/psidb

ψdb is a sci(ψ)entific database management system designed to help you remember which datasets correspond to which experiments!
https://github.com/paulvirally/psidb

database science scientific

Last synced: about 2 months ago
JSON representation

ψdb is a sci(ψ)entific database management system designed to help you remember which datasets correspond to which experiments!

Awesome Lists containing this project

README

          

# ψdb
ψdb is a sci(ψ)entific database management system designed to help you remember which datasets correspond to which experiments!

# TODO
* [ ] CLI
- [x] Add data
- [x] Add transforms
- [x] Apply transform
- [x] Chain transforms
- [x] Link datasets
- [x] --help messages
- [ ] Man pages ([clap_mangen](https://github.com/clap-rs/clap/tree/master/clap_mangen))
* [ ] GUI
- [ ] Visualize the entries in the database
- [ ] Add data to the database through the GUI
* [x] Init database
* [x] Add data
* [x] Add transforms
* [x] Apply transform
* [x] Chain transforms
* [x] Link datasets
* [x] Connect entries
* [ ] Add templates for metadata formatting
- [ ] Aesthetics
* [ ] Data integrity
- [ ] Make a backup of the database before writing the new database
- [ ] Maybe use SQL-style commits/transactions?
* [ ] Python Bindings (PyO3?)