Our core source of truth is a set of tables in a Postgres database, which includes an append-only transaction log from which everything else could be reconstructed. We're using an express.js server to talk with the database (via pg-promise), as JavaScript is the language we’re most fluent in. We could use help in reviewing and testing this layer.
Our core source of truth is a set of tables in a Postgres database, which includes an append-only transaction log from which everything else could be reconstructed. We're using an express.js server to talk with the database (via pg-promise), as JavaScript is the language we’re most fluent in. We could use help in reviewing and testing this layer.
@eemeli might elaborate on this issue