add readme

This commit is contained in:
Andre Henriques 2024-12-08 11:38:36 +00:00
parent c127b2b907
commit 36b60cd298

28
README.md Normal file
View File

@ -0,0 +1,28 @@
# Unwritten Application
## API
### `PUT` /generate_random
NO BODY
Used to generate random data in the database.
Generates 10000 accounts and 1000000 transactions
### `DELETE` /delete_data
Used to delete the data from the database
### `GET` /injest
Injests the data from the database into polars LazyFrames
Note: This should take around 1-2sec, I think that most of the delay comes from having to clone all the UUIDs into strings
### `Get` /accounts
Returns the text representaion of the accounts LazyFrame
### `Get` /transactions
Returns the text representaion of the transactions LazyFrame