Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 532 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 532 Bytes

Renku Data Services

Coverage Status

A set of services that handle reading and writing data from Postgres about compute resources.

Initial Setup

  1. poetry install
  2. pre-commit install to install pre commit hooks
  3. make run to run the server

Developing

See the Development documentation for more details