With Software-driven Research Data Management (sdRDM), you can confidently specify data models using verbose Markdown documents and effortlessly convert them into powerful Python objects that can be serialized into any data exchange format.
- Generate and maintain RDM APIs via readable specifications in Markdown
- Data Models defined in sdRDM can be exported to any format
- Link your data model to any other data model and setup workflows
Get started with by running the following command
# Using PIP
python -m pip install sdRDM
Or build by source
git clone https://github.com/JR-1991/software-driven-rdm.git
cd software-driven-rdm
python3 setup.py install
In the making! ๐
- Code generator for GitHub Actions : Deposit your Markdown-based data model in a GitHub repository and automatically generate a Python API upon changes.
- Create a database from a Markdown-based data model : Use your data model to create a relational database and interact with it via a Python API.
sdRDM
is free and open-source software licensed under the MIT License.