Dataset management service for the Pilot Platform.
This project is using:
-
Poetry to handle the dependencies.
-
Redis to handle cache.
-
postgresql as database.
-
Install Docker.
-
Start container with project application.
docker compose up
-
Visit http://127.0.0.1:5064/v1/api-doc for API documentation.
-
Clone the project.
git clone [email protected]:PilotDataPlatform/dataset.git
-
Install dependencies.
poetry install
-
Add environment variables into
.env
. taking in consideration.env.schema
-
Start project dependencies:
docker-compose up -d redis docker-compose up -d postgres
-
Run any initial scripts, migrations or database seeders.
poetry run alembic upgrade head
-
Run application.
poetry run python -m dataset
-
Install Docker.
This project can also be started using Docker.
-
To build and start the service within the Docker container run.
docker compose up
-
Migrations should run automatically on previous step. They can also be manually triggered:
docker compose run --rm alembic upgrade head
You can contribute the project in following ways:
- Report a bug
- Suggest a feature
- Open a pull request for fixing issues or adding functionality. Please consider using pre-commit in this case.
- For general guidelines how to contribute to the project, please take a look at the contribution guides
The development of the HealthDataCloud open source software was supported by the EBRAINS research infrastructure, funded from the European Union's Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 945539 (Human Brain Project SGA3) and H2020 Research and Innovation Action Grant Interactive Computing E-Infrastructure for the Human Brain Project ICEI 800858.
This project has received funding from the European Union’s Horizon Europe research and innovation programme under grant agreement No 101058516. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or other granting authorities. Neither the European Union nor other granting authorities can be held responsible for them.