Remove Kafka Remove MongoDB Remove NoSQL
article thumbnail

Real-Time Data Streaming: MongoDB Change Stream Kafka

Hevo

Over the past few years, MongoDB has become a popular choice for NoSQL Databases. Catering to real-time processing requirements, MongoDB introduced a powerful feature to track data […] With the rise of modern data tools, real-time data processing is no longer a dream.

MongoDB 52
article thumbnail

MongoDB CDC: When to Use Kafka, Debezium, Change Streams and Rockset

Rockset

MongoDB has grown from a basic JSON key-value store to one of the most popular NoSQL database solutions in use today. These attributes have caused MongoDB to be widely adopted especially alongside JavaScript web applications. Debezium It is also possible to capture MongoDB change data capture events using Debezium.

MongoDB 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

3 Ways to Offload Read-Heavy Applications from MongoDB

Rockset

According to over 40,000 developers, MongoDB is the most popular NOSQL database in use right now. From a developer perspective, MongoDB is a great solution for supporting modern data applications. This blog post will look at three of them: tailing MongoDB with an oplog, using MongoDB change streams, and using a Kafka connector.

MongoDB 52
article thumbnail

MongoDB Performance Tuning - Top 5 Resources

Rockset

In the course of implementing the Rockset connector to MongoDB , we did a fair amount of research on the MongoDB user experience, both online and through user interviews. Sharding What is MongoDB Sharding and the Best Practices? This was a recurring theme we heard when speaking with MongoDB users.

MongoDB 52
article thumbnail

Big Data Technologies that Everyone Should Know in 2024

Knowledge Hut

There are a variety of big data processing technologies available, including Apache Hadoop, Apache Spark, and MongoDB. NoSQL databases are designed for scalability and flexibility, making them well-suited for storing big data. The most popular NoSQL database systems include MongoDB, Cassandra, and HBase.

article thumbnail

JOINs and Aggregations Using Real-Time Indexing on MongoDB Atlas

Rockset

MongoDB.live took place last week, and Rockset had the opportunity to participate alongside members of the MongoDB community and share about our work to make MongoDB data accessible via real-time external indexing. We would be responsible for building and maintaining pipelines from these sources to MongoDB.

MongoDB 52
article thumbnail

Handling Slow Queries in MongoDB - Part 2: Solutions

Rockset

In Part One , we discussed how to first identify slow queries on MongoDB using the database profiler, and then investigated what the strategies the database took doing during the execution of those queries to understand why our queries were taking the time and resources that they were taking.

MongoDB 40