by BeeFriedman on 6/18/24, 11:03 PM with 5 comments
I have experience with MySql, but I am wondering if MongoDB would maybe be easier..
by MissTake on 6/18/24, 11:11 PM
What’s the purpose of the server? Who’s the audience? What will it be doing? What sort of volume will it expect?
One does not simply create an API server!
And there a lot more to it - I’m no expert but my recent foray into this involved a front end API server in the DMZ, and a backend handler (both running under Kubernetes), RabbitMq , Redis, Sql Server and Postgres.
Does this API server even need a database? If so, why?
Questions, questions, questions…
by neonsunset on 6/19/24, 12:14 AM
by wild_egg on 6/18/24, 11:16 PM