it wise to use nosql for blog or sites with a fixed schema?
doesnt matter what backing store you use, GraphQL has replaced REST. Even if noSQL doesnt have a fixed scheme, GraphQL will enforce the structure for the clients
For a blog I’d definitely recommend going with a relational database. NoSQL databases are great, but usually only be used when the requirements of your application require lots of data to be stored and queried and/or the app doesn’t require a fixed schema. There’s no reason to give up the benefits of relations, if the application doesn’t require you to do so.
Обсуждают сегодня