Ask HN: Database Recommendations for Asp.net Core API
I am building an ASP.Net Core API. What database would you recommend?
I have experience with MySql, but I am wondering if MongoDB would maybe be easier..
I have experience with MySql, but I am wondering if MongoDB would maybe be easier..
5 comments
[ 2.5 ms ] story [ 20.8 ms ] threadWhat’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…