CarmineOptions / derisk-research

MIT License
6 stars 26 forks source link

Create data pipeline for loan states #78

Closed lukaspetrasek closed 4 months ago

lukaspetrasek commented 5 months ago

1) Read data from an endpoint with raw events. 2) Compute loan states using the existing code. Create a Dockerfile for continuously running the script. 3) Create a db for storing loan states with the following structure:

Create a Dockerfile for 4) Save loan states to the loans states db. 5) Create an endpoint for reading loan states from the loans states db. Add the following parameters: protocol, user (optional), start block, end block, start datetime, end datetime. Set up rate limits - 10 requests per minute.