1 unstable release

new 0.1.0 Mar 5, 2025

#3 in #nest

Download history 160/week @ 2025-03-03

160 downloads per month

Apache-2.0

35KB
703 lines

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.

Dependencies

~19–33MB
~572K SLoC