Skip to content

indicate-eu/benchmarking-data-exchange-server

 
 

Repository files navigation

Introduction

This program implements the server (aka. hub) part of the INDICATE data exchange protocol.

Requirements.

Python >= 3.10

Installation

To run the server, please execute the following from the root directory:

pip3 install -r requirements.txt

Usage

PYTHONPATH=. uvicorn indicate_data_exchange_server.main:app --host 0.0.0.0 --port 8080

and open your browser at http://localhost:8080/docs/ to see the docs.

About

Server (hub) part of the INDICATE data exchange protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 89.4%
  • Dockerfile 6.6%
  • Shell 4.0%