Remove recent-articles
article thumbnail

Offload Real-Time Reporting and Analytics from MongoDB Using PostgreSQL

Rockset

Offloading read operations to another database, such as PostgreSQL, is one option that accomplishes this end. After discussing what PostgreSQL is, this article will look at how to offload read operations to it. What Is PostgreSQL? This capability allows PostgreSQL to be used as a document database as well.

MongoDB 40
article thumbnail

Testing Spring Boot With Testcontainers by Sonali Mendis

Scott Logic

If this is a question that crossed your mind recently, then this article is for you. I’m hoping to share you my experience of writing integration tests to test your repository layer with the use of Testcontainers in this article. I have a PostgreSQL database in my production, and now you are asking me to test with a H2?

MongoDB 75
Insiders

Sign Up for our Newsletter

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

article thumbnail

Mythbusting: The Venerable SQL Database and Today’s Real-Time Analytics

Rockset

So I don’t fault you for resisting my message, which is that the SQL database that came of age in the 80s still has a critical role to play today in moving data-driven companies from batch to real-time analytics. In many tech circles, SQL databases remain synonymous with old-school on-premises databases like Oracle or DB2.

article thumbnail

Full Stack Developer Tools To Master In 2024

Knowledge Hut

With that this article is not about how to become a full stack developer or about any component of full stack development, but to talk about full stack development tools , and different tools full stack developers use for developing applications. GitHub was recently taken over and is now being managed by Microsoft.

MongoDB 98
article thumbnail

MongoDB vs DynamoDB Head-to-Head: Which Should You Choose?

Rockset

Editor Databases are a key architectural component of many applications and services. Traditionally, organizations have chosen relational databases like SQL Server, Oracle , MySQL and Postgres. Relational databases use tables and structured languages to store data.

MongoDB 52
article thumbnail

Data Science for Finance: Benefits, Applications, Examples

Knowledge Hut

In this article, I will discuss details about data science, its applications, and how you can build a promising career in this domain. With the help of data science, the financial sector can understand the recent trends based on which various decisions can be taken. How Is Data Science Used in Finance?

Finance 93
article thumbnail

Understanding DynamoDB Secondary Indexes

Rockset

In that way, it can handle similar applications as other databases you might have used, like MySQL, PostgreSQL, MongoDB , or Cassandra. They will be ordered according to the sort key, allowing you to handle patterns like "Fetch the most recent Orders for a User" or "Fetch the last 10 Sensor Readings for an IoT Device".