4 releases

new 0.2.2 Apr 11, 2025
0.2.1 Apr 10, 2025
0.2.0 Apr 8, 2025
0.1.0 Mar 5, 2025

#1006 in HTTP server

Download history 123/week @ 2025-02-28 62/week @ 2025-03-07 19/week @ 2025-03-14 16/week @ 2025-03-21 25/week @ 2025-03-28 166/week @ 2025-04-04

229 downloads per month

Apache-2.0

74KB
1.5K SLoC

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

~21–33MB
~581K SLoC