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

bluesky/databroker-server

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages