openfaas-rest-api
MongoDB
openfaas-rest-api | MongoDB | |
---|---|---|
1 | 309 | |
2 | 27,242 | |
- | 0.6% | |
10.0 | 10.0 | |
about 3 years ago | 2 days ago | |
Smarty | C++ | |
GNU Affero General Public License v3.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
openfaas-rest-api
-
Building a RESTful API With Functions
There is an accompanying GitHub registry with a working demo
MongoDB
-
PostgreSQL Maximalism
Alternatives to: RocksDB, eXist-db, MongoDB
-
Database Sharding vs Partitioning: What’s the Difference?
It is helpful to consider how major platforms choose between database sharding vs partitioning, as this offers practical examples and advice. ** MongoDB and Sharding** MongoDB allows for the creation of shards with multiple copies. This is often used in apps like real-time analytics, gaming, large SaaS platforms, etc. For example, creating shards for a “users” collection by region to provide faster access and other local data benefits.
-
Building MongoDB-based event-driven applications with DocumentDB
But sometimes we have to consider other NoSQL options, like MongoDB. Why do we want to choose MongoDB over DynamoDB? Here are some reasons:
-
Open Source Project Financial Independence: A Blueprint for Sustainable Innovation
Dual Licensing: Projects like MongoDB provide different licensing for non-commercial and commercial usage.
-
Indie Hacking with Open Source Tools: Innovating on a Budget
One inspiring example is a developer building a "Todoist Clone" using a combination of React, Node.js, and MongoDB. The developer tapped into open source libraries and community support to create a highly responsive task management application. This project underscores how indie hackers can achieve rapid development and adaptation with minimal budget – a theme echoed in several indie hacking success stories.
-
My Tech Stack in 2025
Data base: MongoDB
-
Twitter's 600-Tweet Daily Limit Crisis: Soaring GCP Costs and the Open Source Fix Elon Musk Ignored
MongoDB: MongoDB is a popular NoSQL database that provides flexibility and scalability. It offers a document-oriented data model and can handle a variety of use cases. MongoDB is known for its ease of use and rich query capabilities.
-
Copyleft Licenses: Bridging Open Source with Commercial Sustainability
Companies offering software as a service (SaaS) can adopt licenses such as the GNU Affero General Public License (AGPL) or the Server Side Public License (SSPL). For instance, early versions of MongoDB were released under AGPL, ensuring that even in a cloud environment, source code modifications remain open.
-
Revolutionizing Blockchain and Open Source Funding: Microfunding and Project Funding Alternatives
Dual Licensing: Some projects use a dual-licensing model in which the open source version is free, while a commercial version is offered to generate revenue (see examples such as MongoDB and ElasticSearch).
-
Ask HN: Where is MongoDB source code?
There are no commits or tags for two months: https://github.com/mongodb/mongo/commits/master
In the meantime, 8.0.5 and 8.0.6 were released: https://www.mongodb.com/docs/manual/release-notes/8.0/
Those appear to be patch releases for major releases, not rapid releases, so the source should be available: https://www.mongodb.com/docs/manual/reference/versioning/
There is a forum post without an answer: https://www.mongodb.com/community/forums/t/source-code-in-github/316442
Is MongoDB no longer source-available?
What are some alternatives?
Mongoose - MongoDB object modeling designed to work in an asynchronous environment.
Marten - .NET Transactional Document DB and Event Store on PostgreSQL
OpenFaaS - OpenFaaS - Serverless Functions Made Simple
mongo-express - Web-based MongoDB admin interface, written with Node.js and Express
skaffold - Easy and Repeatable Kubernetes Development
LiteDB - LiteDB - A .NET NoSQL Document Store in a single data file