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
The first step is to decide on an HTTP server. Based on this article and this it seems the possible choices, given the minimal requirements for this project are:
Unfortunately there doesn't seem to be any real annotation based, mature and well maintained REST framework.
DB Choice
Given the structure of the data, a KV database might be enough, but it might be easier to just use Postgre with gorm as a first step to get thing running quickly.
Implementation steps
Set-up the server with a simple hello world, basic unit test and basic integration test.
Create docker file for running (depending on DB choice also docker compose to run everything).
Set up CI to compile and run tests.
The text was updated successfully, but these errors were encountered:
Implement support for a basic HTTP server.
Server Library choice
The first step is to decide on an HTTP server. Based on this article and this it seems the possible choices, given the minimal requirements for this project are:
Unfortunately there doesn't seem to be any real annotation based, mature and well maintained REST framework.
DB Choice
Given the structure of the data, a KV database might be enough, but it might be easier to just use Postgre with gorm as a first step to get thing running quickly.
Implementation steps
The text was updated successfully, but these errors were encountered: