About 380,000 results
Open links in new tab
  1. MongoDB Opensource vs MongoDB Enterprise - Stack Overflow

    Oct 23, 2014 · It's all explained on the website. The open source version has no artificial limitations in any of the aspects you mentioned. The advantages of the enterprise version are: MongoDB …

  2. How to do reporting with MongoDB? - Stack Overflow

    Jan 11, 2013 · SlamData. This is an open source solution that lets you run SQL queries directly on MongoDB (including JOINs, GROUP BY, HAVING, etc), through the GUI interface or an API. The …

  3. Open Source solution for MongoDB Community auditing

    Jun 26, 2017 · I know the MongoDB Enterprise Edition has auditing capability, I was wondering if there any sort of open source solution or any roll-your-own solutions to auditing collection level changes.

  4. mongodb - Is there any scalable open source file storage systems ...

    Feb 23, 2012 · It is interesting what software are using companies like dropbox, rapidshare, hotfile, and other to manage huge amount of files? Is there any open source system. I took a look on gridFS …

  5. Does MongoDB have a native REST interface? - Stack Overflow

    Sep 12, 2011 · There is no full-blown REST interface to MongoDB, mainly because the server uses native binary protocol for efficiency. You can find few REST wrappers in official documentation (edit: …

  6. spring boot - how to fix "com.mongodb.MongoSocketOpenException ...

    Apr 12, 2019 · [localhost:27107] org.mongodb.driver.cluster : Exception in monitor thread while connecting to server localhost:27107 com.mongodb.MongoSocketOpenException: Exception …

  7. How to connect graylog with docker compose to already installed …

    Jun 21, 2023 · 0 I have a mongodb already running in my server. and now I want to install graylog using docker-compose file that is here. I edited this file like this that I delete mongo service and edit the …

  8. json - What is the meaning of a proprietary API in an open source ...

    May 16, 2016 · The focus of MongoDB is on developer friendliness and it has a rich set of proprietary API’s layered on top of a secondary index support for the JSON value type. IMHO, an open API is …

  9. MongoDB for commercial use - Stack Overflow

    Aug 9, 2019 · First of all, it's important to know why MongoDB adopted a new license for the product Community Server. This change was made as a response to a increasing number of cloud providers …

  10. Official MongoDB Source Connector for Apache Kafka with MongoDB-4.0

    May 8, 2020 · The answer is already in the documentation: The Kafka Source Connector requires MongoDB 3.6 or later as your data source if you are using change streams with a collection only. If …