this post was submitted on 27 Aug 2025
65 points (98.5% liked)
Technology
74994 readers
2733 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
OK, I'll need some explanation because I don't fully understand what is being explained in the article.
Microsoft made some database software called DocumentDB (which utilizes a kind of database called NoSQL) that the Linux Foundation is now accepting into their list of projects they support. This was done because, unlike others like MongoDB, this one called DocumentDB was released under a license that people can use without certain restrictions that MongoDB put inside their license.
The core issue is that big tech companies regularly take software developed by open source devs and then use it for their big money machines without giving anything back to the original developers. MongoDB was fed up with this and started using a license that forces companies to publicize the code of the projects they use MongoDB for. Big Tech doesnt like that, because they really like money and not sharing how they make that money.
So now they have a software suite that people can use to replace their MongoDB systems.
But MongoDB had an AGPL license. Why did they decide to change to a more restrictive one?
MongoDB was never about open source but about making money. 10+ years ago they were trying to market their JSON store as capable of anything when it could not even handle objects larger than 64 MB: yeah I know you use collections not nesting but try to aggregate complex data without constantly working around that limit.
The fact that it still exists when there are alternatives that are faster and more efficient amazes me.