DEV Community

Fulton Browne
Fulton Browne

Posted on

Whats the best alternative to azure cosmos DB

I'm really happy with cosmos. But I would would love an open source alternative.

Top comments (3)

Collapse
 
pavelsevcik profile image
pavelsevcik

Plus it's more than just NoSQL database, it's whole tech stack to build and run backend:

  • Foxx Microservices = no need to run separate app engine like NodeJS with Express
  • Performace = no need to run separate caching engine like Redis
  • ArangoSearch = no need to run separate search engine like ElasticSearch
  • Full GeoJSON Support
  • Clustering = Scalability + High Availability = production readiness
Collapse
 
saljack profile image
Tomáš Poledný

I want to say everything is better than crappy CosmosDB. For example MongoDB Atlas

Collapse
 
fultonbrowne profile image
Fulton Browne

That looks good, thanks.