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
229 downloads per month
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