Alternatives to Azure DocumentDB

Compare Azure DocumentDB alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to Azure DocumentDB in 2026. Compare features, ratings, user reviews, pricing, and more from Azure DocumentDB competitors and alternatives in order to make an informed decision for your business.

  • 1
    MongoDB Atlas
    The most innovative cloud database service on the market, with unmatched data distribution and mobility across AWS, Azure, and Google Cloud, built-in automation for resource and workload optimization, and so much more. MongoDB Atlas is the global cloud database service for modern applications. Deploy fully managed MongoDB across AWS, Google Cloud, and Azure with best-in-class automation and proven practices that guarantee availability, scalability, and compliance with the most demanding data security and privacy standards. The best way to deploy, run, and scale MongoDB in the cloud. MongoDB Atlas offers built-in security controls for all your data. Enable enterprise-grade features to integrate with your existing security protocols and compliance standards. With MongoDB Atlas, your data is protected with preconfigured security features for authentication, authorization, encryption, and more.
    Compare vs. Azure DocumentDB View Software
    Visit Website
  • 2
    ScaleGrid

    ScaleGrid

    ScaleGrid

    ScaleGrid is a fully managed Database-as-a-Service (DBaaS) platform that helps you automate your time-consuming database administration tasks both in the cloud and on-premises. Easily provision, monitor, backup and scale your open source databases with high availability, advanced security, full superuser and SSH access, query analysis, and troubleshooting support to improve the performance of your deployments. Supported databases include: - MySQL - PostgreSQL - Redis™ - MongoDB® database - Greenplum™ (coming soon) The ScaleGrid platform supports both public and private clouds, including AWS, Azure, Google Cloud Platform (GCP), DigitalOcean, Linode, Oracle Cloud Infrastructure (OCI), VMware and OpenStack. Used by thousands of developers, startups, and enterprise customers including Atlassian, Meteor, and Accenture, ScaleGrid handles all your database operations at any scale so you can focus on your application performance.
  • 3
    MongoDB

    MongoDB

    MongoDB

    MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era. No database is more productive to use. Ship and iterate 3–5x faster with our flexible document data model and a unified query interface for any use case. Whether it’s your first customer or 20 million users around the world, meet your performance SLAs in any environment. Easily ensure high availability, protect data integrity, and meet the security and compliance standards for your mission-critical workloads. An integrated suite of cloud database services that allow you to address a wide variety of use cases, from transactional to analytical, from search to data visualizations. Launch secure mobile apps with native, edge-to-cloud sync and automatic conflict resolution. Run MongoDB anywhere, from your laptop to your data center.
  • 4
    Azure Cosmos DB
    Azure Cosmos DB is a fully managed NoSQL database service for modern app development with guaranteed single-digit millisecond response times and 99.999-percent availability backed by SLAs, automatic and instant scalability, and open source APIs for MongoDB and Cassandra. Enjoy fast writes and reads anywhere in the world with turnkey multi-master global distribution. Reduce time to insight by running near-real time analytics and AI on the operational data within your Azure Cosmos DB NoSQL database. Azure Synapse Link for Azure Cosmos DB seamlessly integrates with Azure Synapse Analytics without data movement or diminishing the performance of your operational data store.
  • 5
    Amazon DocumentDB
    Amazon DocumentDB (with MongoDB compatibility) is a fast, scalable, highly available, and fully managed document database service that supports MongoDB workloads. As a document database, Amazon DocumentDB makes it easy to store, query, and index JSON data. Amazon DocumentDB is a non-relational database service designed from the ground-up to give you the performance, scalability, and availability you need when operating mission-critical MongoDB workloads at scale. In Amazon DocumentDB, the storage and compute are decoupled, allowing each to scale independently, and you can increase the read capacity to millions of requests per second by adding up to 15 low latency read replicas in minutes, regardless of the size of your data. Amazon DocumentDB is designed for 99.99% availability and replicates six copies of your data across three AWS Availability Zones (AZs).
  • 6
    DocumentDB for VS Code
    DocumentDB for VS Code is a free, open-source Visual Studio Code extension for browsing, querying, and managing databases that use the MongoDB API wire protocol. It works with DocumentDB, Azure DocumentDB, AWS DocumentDB, Azure Cosmos DB for MongoDB, MongoDB Atlas, self-hosted MongoDB-compatible databases, and local emulators. The extension includes a visual Collection View, JavaScript Query Playground, interactive shell, schema-aware autocomplete, document editing, import/export, index management, query insights, Entra ID authentication, and cloud service discovery. Everything runs inside VS Code with no external database tools required.
  • 7
    Moon Modeler

    Moon Modeler

    Ideamerit

    Moon Modeler is a powerful and user-friendly data modeling tool tailored for NoSQL databases. It supports MongoDB and Mongoose ODM out of the box, and can also be used with Amazon DocumentDB, Azure Cosmos DB, and similar document-oriented databases. Supported platforms: - MongoDB - Mongoose ODM Key features: - Data modeling and schema design - Reverse engineering from MongoDB - Support for SSH/SSL/TLS connections - Hierarchical structures, embedded documents/nested objects - Generation of interactive HTML reports - Generation of schema validation or creation scripts - Various themes and styles for reports - Multiple display modes - Support for sub-diagrams
    Starting Price: $99 one-time payment
  • 8
    NoSQL Manager

    NoSQL Manager

    NoSQL Manager

    Intuitive interface and high performance of the desktop application save time for beginners and professional database developers and administrators. Full support of all the MongoDB, MongoDB Enterprise and Amazon DocumentDB databases makes your work hassle-free. Support of replica sets, standalone hosts and shared cluster connections. Autocompletion allows autocompleting the collection names and methods in MongoDB and Shell commands. As the text is typed into the Shell, the context of the cursor within the command provides an indication of whether the user needs a collection completion or a method completion. The collection completion provides a list of collections available in the current database. Easy document navigation, view and editing, limits to maximize performance, GUI editors for all MongoDB data types.
    Starting Price: $125 one-time payment
  • 9
    MongoLime

    MongoLime

    MongoLime

    MongoLime allows you to easily manage and precisely control your MongoDB connections. Viewing and managing documents. Statistics, Indexes and other operations. Create and modify documents with a convenient MongoLime editor. Use raw JSON editor for complex documents. Search for documents using query builder. Save searches for a quick access. Export Databases and Collections in a JSON format as a ZIP archive. MongoLime is an application created to work with MongoDB databases on mobile devices and tablets running Android. The application’s interfaces are designed for easy data collection management. The application allows you to connect to MongoDB databases directly or in the Replica Set mode.
    Starting Price: $16 one-time payment
  • 10
    Percona Server for MongoDB
    Percona Server for MongoDB is a free and open-source drop-in replacement for MongoDB Community Edition. It combines all the features and benefits of MongoDB Community Edition with enterprise-class features from Percona. Built on the MongoDB Community Edition, Percona Server for MongoDB provides flexible data structure, native high availability, easy scalability, and developer-friendly syntax. It also includes an in-memory engine, hot backups, LDAP authentication, database auditing, and log redaction.
  • 11
    MonjaDB

    MonjaDB

    codecentric

    MonjaDB is a GUI client tool for MongoDB developed by JUMPERZ.NET. On a single MongoDB node, you can browse your databases, collections and documents. Single documents can easily be created, edited or removed.
  • 12
    Mongoose

    Mongoose

    Mongoose

    Let's face it, writing MongoDB validation, casting and business logic boilerplate is a drag. That's why we wrote Mongoose. Now say we like fuzzy kittens and want to record every kitten we ever meet in MongoDB. The first thing we need to do is include mongoose in our project and open a connection to the test database on our locally running instance of MongoDB. We have a pending connection to the test database running on localhost. We now need to get notified if we connect successfully or if a connection error occurs. Mongoose documents represent a one-to-one mapping to documents as stored in MongoDB. Each document is an instance of its Model. Subdocuments are documents embedded in other documents. In Mongoose, this means you can nest schemas in other schemas. Mongoose has two distinct notions of subdocuments: arrays of subdocuments and single nested subdocuments.
  • 13
    Azure Database Migration Service
    Easily migrate your data, schema, and objects from multiple sources to the cloud at scale. Azure Database Migration Service is a tool that helps you simplify, guide, and automate your database migration to Azure. Migrate your database and server objects, including user accounts, agent jobs, and SQL Server Integration Services (SSIS) packages all at once. Migrate your data to Azure from the most common database management systems. Whether you’re moving from an on-premises database or another cloud, Database Migration Service supports key migration scenarios such as SQL Server, MySQL, PostgreSQL, and MongoDB. Save time and effort by automating your move to Azure with PowerShell. Database Migration Service works with PowerShell cmdlets to automatically migrate a list of databases. Supports Microsoft SQL Server, MySQL, PostgreSQL, and MongoDB migration to Azure from on-premises and other clouds.
  • 14
    Yandex Managed Service for MongoDB
    Get access to new MongoDB features and official releases that are 100% compatible with the platform. If the load on your cluster increases, you can add new servers or increase their capacity in a matter of minutes. Invest your time in your project, and we’ll take care of database maintenance: software backups, monitoring, fault tolerance, and updates. You can enable sharding for clusters that have MongoDB version 4.0 or higher. You can also add and configure individual shards to improve cluster performance. All DBMS connections are encrypted using the TLS protocol, and DB backups are GPG-encrypted. Data is secured in accordance with the requirements of local regulatory, GDPR, and ISO industry standards. MongoDB has no regular tables and stores data as collections of JSON-like documents. This is great for projects where data structures may change during development.
  • 15
    Mongo Pilot

    Mongo Pilot

    Mongo Pilot

    The AI MongoDB GUI</a> and Management tool. Chat with your data, build queries visually, and manage MongoDB locally, no cloud required. MongoPilot is an intelligent desktop GUI and management tool designed to streamline your MongoDB experience. With its drag-and-drop visual query builder, MongoPilot makes crafting MongoDB queries effortless, enabling you to filter and sort data without complex syntax. The platform also features a local AI assistant, which allows you to chat with your database and generate queries in natural language, all while ensuring your data remains secure on your local machine. MongoPilot is perfect for MongoDB developers seeking a simple, efficient, and AI-enhanced database management tool.
  • 16
    Navicat Premium
    Navicat Premium is a database development tool that allows you to simultaneously connect to MySQL, MariaDB, MongoDB, SQL Server, Oracle, PostgreSQL, and SQLite databases from a single application. Compatible with cloud databases like Amazon RDS, Amazon Aurora, Amazon Redshift, Microsoft Azure, Oracle Cloud, Google Cloud and MongoDB Atlas. You can quickly and easily build, manage and maintain your databases. Data Transfer, Data Synchronization and Structure Synchronization help you migrate your data easier and faster for less overhead. Deliver detailed, step-by-step guidelines for transferring data across various DBMS. Compare and synchronize databases with Data and Structure Synchronization. Set up and deploy the comparisons in seconds, and get the detailed script to specify the changes you want to execute.
    Starting Price: $64.99 per month
  • 17
    Percona Backup for MongoDB
    Percona Backup for MongoDB is a distributed, low-impact solution for achieving consistent backups of MongoDB sharded clusters and replica sets. Percona Backup for MongoDB supports Percona Server for MongoDB and MongoDB Community v3.6 or higher with MongoDB Replication enabled. Percona Backup for MongoDB is an alternative for users who want a fully supported community backup tool, but do not want to pay for MongoDB Enterprise and Ops Manager. With easy command-line interface, you can perform consistent backup/restore of clusters and non-sharded replica sets, and improve cluster backup consistency. This saves you time and effort if you are implementing MongoDB backups for the first time.
  • 18
    NoSQLBooster

    NoSQLBooster

    NoSQLBooster

    NoSQLBooster is a cross-platform GUI tool for MongoDB Server 3.6-6.0, which provides a build-in MongoDB script debugger, comprehensive server monitoring tools, chaining fluent query, SQL query, query code generator, task scheduling, ES2020 support, and advanced IntelliSense experience. NoSQLBooster embeds V8 JavaScript engine. No external MongoDB command line tools dependence. Support MongoDB 3.6-6.0. With NoSQLBooster for MongoDB, you can run SQL SELECT Query against MongoDB. SQL support includes SQL JOINS, functions, expressions, aggregation for collections with nested objects and arrays.
    Starting Price: $129 one-time payment
  • 19
    Studio 3T

    Studio 3T

    Studio 3T

    Auto-complete queries in a built-in mongo shell that highlights syntax errors as you type and saves your query history. Perfect for MongoDB beginners, a time-saver for pros. Use a drag-and-drop UI to build complex find() queries and filter array elements. Break down aggregation queries into manageable steps and build them stage by stage, for easier debugging and querying. Generate instant code in JavaScript (Node.js), Java (2.x and 3.x driver API), Python, C#, PHP, and Ruby from MongoDB and SQL queries that you can copy and paste into your application. Save MongoDB imports, exports, data comparisons, and migrations as tasks that you can run on demand. Or even better, skip the reminders and schedule them to run exactly when you need them. Make changes to your collection’s schema in just a few clicks, perfect for schema performance tuning, restructuring, or cleaning up after data migration.
    Starting Price: $499/year/user
  • 20
    Percona Kubernetes Operator
    The Percona Kubernetes Operator for Percona XtraDB Cluster or Percona Server for MongoDB automates the creation, alteration, or deletion of members in your Percona XtraDB Cluster or Percona Server for MongoDB environment. It can be used to instantiate a new Percona XtraDB Cluster or Percona Server for MongoDB replica set, or to scale an existing environment. The Operator contains all necessary Kubernetes settings to provide a proper and consistent Percona XtraDB Cluster or Percona Server for MongoDB instance. The Percona Kubernetes Operators are based on best practices for configuration and setup of a Percona XtraDB Cluster or Percona Server for MongoDB replica set. The benefits of the Operator are many but saving time and delivering a consistent and vetted environment is key.
  • 21
    BigchainDB

    BigchainDB

    BigchainDB

    With high throughput, low latency, powerful query functionality, decentralized control, immutable data storage and built-in asset support, BigchainDB is like a database with blockchain characteristics. BigchainDB allows developers and enterprise to deploy blockchain proof-of-concepts, platforms and applications with a blockchain database, supporting a wide range of industries and use cases. Rather than trying to enhance blockchain technology, BigchainDB starts with a big data distributed database and then adds blockchain characteristics - decentralized control, immutability and the transfer of digital assets. No single point of control. No single point of failure. Decentralized control via a federation of voting nodes makes for a P2P network. Write and run any MongoDB query to search the contents of all stored transactions, assets, metadata and blocks. Powered by MongoDB itself.
  • 22
    Canonic

    Canonic

    Canonic

    A low-code backend-as-a-service platform that helps you build hosted APIs within minutes. Simply define your schema with our intuitive UI, and we'll provide you with a hosted backend & basic CRUD APIs. You can either connect your database (PostgreSQL, MongoDB) or use our shared MongoDB instance. You'll be able to create new APIs, add webhooks, built-in code-editor & integrations to consume on the frontend. We also provide you with a built-in CMS & autogenerated documentation. Canonic's graph based editor changes the way we define our data using content platforms. Visualize and see relations instantly. Simpler than drag & drop! A headless CMS molded to the content that you define. This makes publishing and authoring fast and intuitive. Trigger workflows whenever your data changes. Deploy builds, execute functions, send messages and everything in between. Canonic automatically generates detailed documentation around your APIs along with examples and their parameters.
    Starting Price: $15 per month
  • 23
    Cockpit

    Cockpit

    Agentejo

    A self-hosted headless and api-driven CMS. Keep complete control. Your data is and will be always yours. We Open Source and Cockpit is our contribution we would like to share with the world. Cockpit comes with an intuitive design and UX which makes it a joy to manage the content. Cockpit is awesome if you need a flexible content structure but don't want to be limited in how to use the content. Cockpit is a perfect match if you want to support multiple devices or need a content management UI for static site builders. Build unique applications and let Cockpit feed them with content. Dead simple installation in less than one minute. Kickstart your your next project without any hassle. A simple but powerful headless CMS that is built around an API-first and JSON content approach. SQLite or MongoDB, your choice. Use Cockpit for quick and simple projects or utilize MongoDB for larger ones.
  • 24
    HumongouS.io

    HumongouS.io

    HumongouS.io

    We bring together everything required to work effectively with MongoDB. From our no-code Admin Panel for your non-technical team members to our lightweight and flexible Dashboards for PMs and execs, to our Query Editor for engineers' day-to-day data analysis and debugging needs. Visualize individual data points into vibrant and expressive forms with Widgets. Transform your boolean values into green and red dots, your image URLs into actual images, or your dates into relative ones. Creating a form has never been easier. In fact, it's only one click away. Our smart search engine understands intends behind your requests and translates them into optimized MongoDB queries. But in case you need finer control over your search queries, you can easily switch to the query mode and write any MongoDB expression you would normally write in the shell.
  • 25
    SAS Studio
    SAS Studio provides a web browser-based programming environment, so writing and interacting with SAS code is easier and faster, wherever you are. It helps teams build efficient data pipelines with a data engineering experience designed for seamless collaboration, low-code work, and open source integration. SAS Studio connects to leading cloud data platforms such as AWS Redshift and S3, Google BigQuery and Cloud Storage, and Azure Data Lake Storage, as well as relational and nonrelational databases, including Oracle, Snowflake, Teradata, SingleStore, MongoDB, and other sources. It also works with file formats such as Excel, text, Parquet, and ORC. Users can choose no code, low code, or code by creating end-to-end data pipelines with drag-and-drop steps, developing Python and SAS code assets in SAS Studio or another IDE, and embedding them into SAS Studio flows for secure, centralized access to data sources and governed execution. SAS Studio supports ELT and ETL approaches.
  • 26
    Rubedo

    Rubedo

    WebTales

    An open source PHP CMS, based on Zend Framework & NoSQL MongoDB and Elasticsearch and AngularJS. Rubedo is a unique big data platform that goes beyond traditional content management and commerce.
    Starting Price: $30.00/month
  • 27
    DPLYR

    DPLYR

    DPLYR

    The next generation of cloud platforms. You can deploy Node.js PHP MongoDB Laravel MySQL Golang PostgreSQL. The easiest solution to deploy/host web. It's built speciffecialy to help developers just like you deploy their websites more easily on the cloud. Configurable. Choose the cloud provider you love. Flexible server options. One-click apps. Wide support for technologies. Flexible. After we deploy your website; everything is possible, control the server as much as you want. Fast. Deploy new versions with just a button and complete it in less than 3 minutes. Scalable and reliable. DPLYR is the most reliable way of deploying your website. We deploy on world class machines and it's scalable to infinity and beyond. We support most of the technologies you probably use. PHP. Node.js. Laravel. HTML websites. MySQL. MongoDB. PostgreSQL. Pricing. It's free forever. We'll help you make deploying your websites more easy and efficient.
    Starting Price: $18 per month
  • 28
    SSIS PowerPack
    SSIS PowerPack is a collection of 70+ high-performance, drag-and-drop connectors/tasks for SSIS (i.e. Microsoft SQL Server Integration Services). SSIS PowerPack is designed to boost your productivity using easy-to-use, coding-free components to connect many cloud as well as on-premises data sources such as REST API Services, Azure Cloud, Amazon AWS Cloud, MongoDB, JSON, XML, CSV, Excel, Salesforce, Redshift, DynamoDB, Google API (i.e. Analytics, AdWords), SOAP/Web API, Facebook, Twitter, Zendesk, eBay and many more. SSIS PowerPack also includes high-quality FREE commercial components and tasks with full support/upgrade. Inbuilt Layout Editor for creating complex XML with nested structure (Document Array, Nested attributes, CData Section). Automatically Split exported XML data into multiple files by Size or Number of records. Read XML Document and extract single or multiple properties by name or using XPath expression.
  • 29
    Navicat for MongoDB
    Available for all database objects such as Collections, Views, Functions, Indexes, GridFS, and MapReduce. Our professional object designer allows you to create, modify, and design database objects, all without writing a script. Navicat for MongoDB is designed to streamline your routine database tasks. The new interface is easy to access and understand -- giving you new ways to manage your MongoDB databases and making your work more efficient than ever. Available for all database objects such as Collections, Views, Functions, Indexes, GridFS, and MapReduce. Our professional object designer allows you to create, modify, and design database objects, all without writing a script.
  • 30
    SolarWinds Observability SaaS
    SaaS-delivered Observability built to extend visibility across cloud-native, on-prem, and hybrid technology stacks. SolarWinds Observability SaaS delivers unified and comprehensive visibility for cloud-native, on-premises, and hybrid custom and commercial applications to help ensure optimal service levels and user satisfaction with key business services. For internally written and commercial applications. Unified code-level troubleshooting with transaction tracing, code-profiling, and exception tracking combined with end user experience insights through synthetic and real user monitoring. Deep database performance monitoring. Increase system performance, team efficiency, and infrastructure cost savings by offering full visibility into open-source databases including MySQL®, PostgreSQL®, MongoDB®, Azure® SQL, Amazon Aurora®, and Redis®.
  • 31
    phpMoAdmin

    phpMoAdmin

    phpMoAdmin

    Sort by any key within your data object (even nested sub-keys!) with ascending/descending option. Define the number of results to display per page (or unlimited). Option to enable password protection for one or more users; to activate protection, just add the username-password(s) to the array at the top of the file. Works on any version of PHP5 with the MongoDB NoSQL database & Mongo PHP driver.
  • 32
    ArcadeDB

    ArcadeDB

    ArcadeDB

    ArcadeDB is an open-source, next-generation multi-model database. Forget Polyglot Persistence — store graphs, documents, key-value pairs, search engine indexes, vectors, and time-series data all in one database with native support for every model. No translation layers, no performance penalties. Process over 10 million records per second. Traversal speed stays constant whether your database has hundreds or billions of records. Query in the language you prefer: SQL, Cypher, Gremlin, GraphQL, MongoDB API, or Java. Deploy ArcadeDB embedded in your JVM application, on a standalone server, or distributed across multiple nodes with Raft Consensus for high availability. Fully ACID-compliant. Super lightweight. Apache 2.0 licensed — free for production and commercial use.
  • 33
    EspressReport ES

    EspressReport ES

    Quadbase Systems

    EspressRepot ES (Enterprise Server) is a web and desktop-based software that allows users to develop stunning and interactive data visualization and reporting. The platform offers full Java EE integration, to draw data from data sources such as Bid Data (Hadoop, Spark, and MongoDB), ad-hoc queries and reports, online map support, mobile compatibility, alert monitor, and many other amazing features.
  • 34
    ObjectRocket

    ObjectRocket

    ObjectRocket

    We are the world leading experts for designing and operating the data layer for growing companies. Whether you’re starting with 5GB or have grown to 100TB and beyond, we will help you identify the ideal configuration at the best value. ObjectRocket offers CockroachDB, Elasticsearch, MongoDB, PostgreSQL, Redis and TimescaleDB instances that are highly available and backed 24x7x365 by real database engineers. We host and manage databases for apps on Amazon Web Services (AWS), Google Cloud Platform (GCP), Microsoft Azure, and Rackspace Service Net. All production workloads on ObjectRocket’s secure and automated platform include highly responsive, round-the-clock support with access to our engineers, fully custom plans, unlimited DBA time, and 24/7 monitoring.
    Starting Price: $19 per month
  • 35
    Codehooks

    Codehooks

    Codehooks

    Codehooks is a new and simplified backend-as-a-service to create complete API backends with JavaScript / Node.JS. Enjoy smooth and fast backend development with ZERO config serverless JavaScript/TypeScript/Node.js with integrated NoSQL document Database, Key-Value store, CRON Jobs and Queue Workers. The document database is built with RocksDB and provides a MongoDB-ish query language.
  • 36
    Delinea Database Access Controller
    Delinea’s Database Access Controller enables enterprises to adopt modern cloud databases from AWS, Google, Azure, Oracle, Redis, and others while still enforcing appropriate access levels, multi-factor authentication, complete reporting, and auditing workflows. Proxy connections through a centralized portal and restrict direct database access. Protect databases with layered authentication, authorization, and granular role-based access controls. Provides time-based access, auditable logs, and reports to generate alerts and notifications. Gain granular access control to databases, such as Oracle, MySQL, PostgreSQL, MariaDB, MongoDB, Redis, AWS RDS, and Google DB, whether on-premise or in the cloud. See who is accessing databases and govern their database access using capabilities such as multi-factor authentication (MFA) and logging activities for tighter database security. Secure database access to protect your most valuable information.
  • 37
    Syself

    Syself

    Syself

    Managing Kubernetes shouldn't be a headache. With Syself Autopilot, both beginners and experts can deploy and maintain enterprise-grade clusters with ease. Say goodbye to downtime and complexity—our platform ensures automated upgrades, self-healing capabilities, and GitOps compatibility. Whether you're running on bare metal or cloud infrastructure, Syself Autopilot is designed to handle your needs, all while maintaining GDPR-compliant data protection. Syself Autopilot integrates with leading DevOps and infrastructure solutions, allowing you to build and scale applications effortlessly. Our platform supports: - Argo CD, Flux (GitOps & CI/CD) - MariaDB, PostgreSQL, MySQL, MongoDB, ClickHouse (Databases) - Grafana, Istio, Redis, NATS (Monitoring & Service Mesh) Need additional solutions? Our team helps you deploy, configure, and optimize your infrastructure for peak performance.
    Starting Price: €299/month
  • 38
    Rocket

    Rocket

    Rocket

    Rocket is a comprehensive SaaS boilerplate designed to expedite the development of production-ready applications using Node.js, React, and MongoDB. It offers a suite of features including advanced JWT authentication with protection against CSRF and XSS attacks, social OAuth authentication via Passport.js supporting providers like GitHub, Facebook, Google, and Twitter, and integrated subscription management and billing through Stripe. The platform supports multi-tenancy with team functionalities, allowing users to create teams and collaborate seamlessly. Developers benefit from a responsive UI built with Tailwind CSS, pre-built components such as forms, tables, models, and cards, and a centralized error-handling mechanism. Rocket also provides Docker support for streamlined deployment, automatic SSL certificates via Let's Encrypt, and a Node.js REST API with validation and built-in documentation.
    Starting Price: $249 per project
  • 39
    dbKoda

    dbKoda

    dbKoda

    dbKoda’s rich code editor allows you to compose MongoDB queries and scripts with syntax highlighting, auto-complete and code formatting. View output in foldable JSON, tabular format or as a chart. Generate visual explain plans with a single click. The explain plan viewer will suggest indexes that may improve performance, and provide one-button creation of those indexes. Build simple queries or complex aggregates using the graphical query builder. dbKoda lets you perform administrative activities using fil-in-the-blanks actions from the database tree. Manage configuration, user roles, logging, database storage, and data import/export without having to lookup obscure MongoDB syntax. We construct the appropriate commands as you fill-in-the-blanks, so you can re-use the command in admin scripts or tweak the syntax as desired. dbKoda includes an SSH terminal that allows command line access to the server OS, so you can issue OS commands directly from within the dbKoda product.
  • 40
    ClusterControl

    ClusterControl

    Severalnines

    ClusterControl is a hybrid, multi-cloud database ops orchestration platform for MongoDB, Elasticsearch, Redis, TimescaleDB, SQL Server on Linux, Galera Cluster, PostgreSQL, and MySQL in on-premises, cloud, and hybrid environments. It handles full-lifecycle operations, from deployment to failover, backup and more. With its full suite of databases, ops features and ability to be deployed in any environment, it enables organizations to implement the Sovereign DBaaS concept. ClusterControl is perfect for organizations that need to reliably run large-scale, open-source database operations but don't want to be limited by traditional DBaaS providers in environment choice, open-source license stability, and DB access.
    Starting Price: €250/node/month
  • 41
    Easypanel

    Easypanel

    Easypanel

    Easypanel is a next-generation server control panel powered by Docker, built to deploy applications, manage databases, and provision SSL certificates through an intuitive interface. Unlike many other panels, Easypanel can run any application, creating Docker images for Node.js, Ruby, Python, PHP, Go, and Java apps using Heroku Buildpacks, while still allowing users to bring their own Dockerfile when they need greater control. Developers can push to GitHub and let Easypanel get the code, build it, and deploy it automatically, with support for zero-downtime deployments so updates happen seamlessly without interruptions for users. It also supports Cloud Native Buildpacks, Paketo Buildpacks, Nixpacks, and Dockerfile-based builds, giving teams several ways to turn source code into Docker images. Databases are first-class citizens in Easypanel, with support for MySQL, PostgreSQL, MongoDB, and Redis, plus web-based tools to inspect logs or connect to the database CLI.
  • 42
    LoopBack

    LoopBack

    LoopBack

    A highly extensible Node.js and TypeScript framework for building APIs and microservices. A brand new LoopBack core to deliver great extensibility and flexibility written in TypeScript/ES2017. Create powerful APIs easily with a new creative experience for defining REST APIs and handling API requests/responses. A new, improved programming model with dependency injection and new concepts such as components, mixins, repositories, etc. make this the most extensible version yet. The LoopBack 4 CLI is a command-line interface that can scaffold a project or extension. The CLI provides the fastest way to get started with a LoopBack 4 project that adheres to best practices. LoopBack is a highly-extensible, open-source Node.js framework that enables you to create dynamic end-to-end REST APIs with little or no coding. Access data from major relational databases, MongoDB, SOAP, and REST APIs. Incorporate model relationships and access controls for complex APIs.
  • 43
    AWS Secrets Manager
    AWS Secrets Manager helps you protect secrets needed to access your applications, services, and IT resources. The service enables you to easily rotate, manage, and retrieve database credentials, API keys, and other secrets throughout their lifecycle. Users and applications retrieve secrets with a call to Secrets Manager APIs, eliminating the need to hardcode sensitive information in plain text. Secrets Manager offers secret rotation with built-in integration for Amazon RDS, Amazon Redshift, and Amazon DocumentDB. Also, the service is extensible to other types of secrets, including API keys and OAuth tokens. In addition, Secrets Manager enables you to control access to secrets using fine-grained permissions and audit secret rotation centrally for resources in the AWS Cloud, third-party services, and on-premises. AWS Secrets Manager helps you meet your security and compliance requirements by enabling you to rotate secrets safely without the need for code deployments.
    Starting Price: $0.40 per month
  • 44
    Casbin

    Casbin

    Casbin

    Casbin is an open-source authorization library that supports various access control models, including Access Control Lists (ACL), Role-Based Access Control (RBAC), and Attribute-Based Access Control (ABAC). It is implemented in multiple programming languages such as Golang, Java, C/C++, Node.js, JavaScript, PHP, Laravel, Python, .NET (C#), Delphi, Rust, Ruby, Swift (Objective-C), Lua (OpenResty), Dart (Flutter), and Elixir, providing a consistent API across different platforms. Casbin abstracts access control models into configuration files based on the PERM metamodel, allowing developers to switch or upgrade authorization mechanisms by simply modifying configurations. It offers flexible policy storage options, supporting various databases like MySQL, PostgreSQL, Oracle, MongoDB, Redis, and AWS S3. The library also features a role manager to handle RBAC role hierarchies and supports filtered policy management for efficient enforcement.
  • 45
    BoxExchanger

    BoxExchanger

    BoxExchanger

    BoxExchanger – A comprehensive platform for creating an online currency exchange service. BoxExchanger is a powerful solution for launching and managing your online currency exchange service. With a user-friendly admin panel and high-performance sharing engine, it allows even people with minimal technical skills to manage an efficient and modern platform. Technology Stack: Back-end: NodeJS, MongoDB, Redis, Nginx, Docker, ElasticSearch Front-end: VueJS (Nuxt.js), SwiftUI, WranglerJs (Cloudflare server-less) Supported OS: Linux (ARM, x86), macOS, Windows
    Starting Price: $250/month
  • 46
    TranoPro

    TranoPro

    Containe Technologies

    We have end to end GPS Software solution which would enable the features below: 1. TCP and HTTP listener service (With 700 + Protocols supported) 2. Web Application software with Angular & MongoDB connectivity with a capability and working version of handling 1 Lakh+ units at the speed of Google search Engines 3. Completely optimized Database for high scalability and performance 4. USP is RFID Support
  • 47
    Workflow Engine

    Workflow Engine

    Workflow Engine

    Workflow Engine is the perfect solution if you are dealing with business entities life cycle management in a project. Using embedded drag&drop designer you can create processes in your system and manage your workflows via a simple API. The basic set of elements allows business users to modify workflow schemes themselves. You can integrate Workflow Engine as an embedded component or via REST API. Common business processes that require someone to sign off on the data at a certain stage. An approval workflow is a logical sequence of tasks, including human approvals and rejections, to process data. Requiring managers to sign off can require an endless series of emails or messages to verify the status of various processes. Automating the workflow will save time and money. Workflow Engine supports SQL and NoSQL databases. You can also choose providers for MS SQL Server, SQL Azure, PostgreSQL, Oracle, MySQL, MongoDB, CosmosDB and Redis.
    Starting Price: $5.00/one-time
  • 48
    CloudBoost

    CloudBoost

    HackerBay

    You can install CloudBoost anywhere you like. We have a Docker Compose file that can help you get started with CloudBoost in few minutes and with just one command. You can use this compose file to install the service locally on your local dev machine, or you can install the service to Azure, AWS, DigitalOcean, Softlayer, Packet and more. Create a config folder in project root if it does not exist. You need to create a new file cloudboost.json under config folder and save that file with MongoDB and Redis configuration. Once the server is running. You'll see the ClusterKey and SecureKey on the console which means you've successfully started CloudBoost. If you don't see any of these keys, please raise a GitHub issue and let us know.
    Starting Price: $49 per month
  • 49
    Connectiko

    Connectiko

    Connectiko

    Connectiko is a digital networking platform for sales professionals, recruiters, and event teams. Share your contact info instantly via QR code, Apple Wallet, or Google Wallet — and capture visitor info back through built-in lead forms. Most digital card tools only solve half the problem: they let you share, but never capture. Connectiko closes that loop with customizable lead intake forms, HubSpot/Salesforce/Zoho CRM sync, and QR scan analytics — all in one platform. Built solo on Node.js, MongoDB, React, and AWS.
  • 50
    NextAuth.js

    NextAuth.js

    NextAuth.js

    NextAuth.js is an open source authentication solution tailored for Next.js applications, offering seamless integration with popular services like Google, Facebook, Auth0, and Apple. It supports various authentication methods, including OAuth 1.0 & 2.0, email/passwordless sign-ins, and custom username/password systems. Designed for flexibility, NextAuth.js operates efficiently in serverless environments and supports multiple databases such as MySQL, PostgreSQL, MSSQL, and MongoDB, allowing developers to choose between database sessions or JSON Web Tokens (JWT). Security features include signed, prefixed, server-only cookies, HTTP POST with CSRF token validation, and encrypted JWTs using JWS/JWE/JWK standards. The platform facilitates easy setup, enabling developers to add authentication in minutes with minimal configuration. Comprehensive documentation and a supportive community further enhance its accessibility for developers seeking a robust authentication system.