You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of trying to create it all at once, we will work incrementally to fix it.
Get authentication working. The basic setup includes Postgres, which contains the user's hashed passwords, related application information, account information, and the ability to make secure requests. Includes (OAuth, Hashes, Paseto, CSRF, etc.)
Once authentication works, let's get the data sources working. This means working with Kafka consumers, WebSockets, and other data sources.
Then we will integrate the core application endpoints that work with QuantForge.
Finally we will introduce rate limiting, load balancing, service mesh etc.
The text was updated successfully, but these errors were encountered:
This entire microservice application is failing.
Instead of trying to create it all at once, we will work incrementally to fix it.
The text was updated successfully, but these errors were encountered: