Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 998 Bytes

README.rst

File metadata and controls

31 lines (21 loc) · 998 Bytes

DataBroker Server

HTTP server exposing the DataBroker API in a language agnostic way.

To get up and running just clone the repository, install the requirements and start the server:

$ pip install -r requirements.txt
$ uvicorn --port 6942 databroker_server.main:app --reload

Right now there is no default web interface, the RESTful API can be explored using the generated documentation at http://localhost:6942/docs with a Python file for each endpoint in the routers directory and integration with databroker in the model directory.

Features

  • TODO