nest-data-source-api

Crates.ionest-data-source-api
lib.rsnest-data-source-api
version0.3.0
created_at2025-03-05 14:09:50.484973+00
updated_at2025-04-25 13:48:21.842826+00
descriptionNEST Data Source API Service
homepagehttps://gitlab.science.ru.nl/nolai/nest/nest-data-source-api
repositoryhttps://gitlab.science.ru.nl/nolai/nest/nest-data-source-api
max_upload_size
id1579050
size131,282
Julian van der Horst (Gulianrdgd)

documentation

README

NEST Data source API

The NEST Data source API provides a way for NEST to interact with several data sources. Each data source should implement the DataSource trait and expose the DataSourceApi to enable NEST to interact with it. The data source API is built on top of the actix-web framework and uses the actix-web-httpauth middleware for authentication, with a simple authentication token. The API can either be run as a standalone server or included in a larger actix-web application.

Under the hood, the data source API uses the paas-client to pseudonymize data between NEST and the data source.

Commit count: 0

cargo fmt