article thumbnail

Spring Boot and Time Series Data in ScyllaDB

DZone

The following tutorial walks you through how to use Spring Boot apps with ScyllaDB for time series data, taking advantage of shard-aware drivers and prepared statements. ScyllaDB is used to store the stock price (time series data). And you’ll learn how ScyllaDB can be used to store time series data.

Storage 273
article thumbnail

MongoDB Rollback: How to Minimize Data Loss

Scalegrid

When a MongoDB rollback happens, it can cause trouble to your data integrity and system consistency. Understanding how to address a rollback is critical for minimizing potential data loss and maintaining seamless operations. The consequences of rollbacks are significant and should not be underestimated.

Database 130
Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

Deploy a Nodejs App to AWS in an EC2 Server

DZone

We will show you exactly how to deploy a Nodejs app to the server using Docker containers, RDS Amazon Aurora, Nginx with HTTPS, and access it using the Domain Name. These APIs will be used to check the status of the app, insert data in the database and fetch and display the data from the database.

AWS 274
article thumbnail

Unraveling the Importance of Network Time Protocol (NTP) Servers

DZone

Accurate time is crucial for all financial transactions, data synchronization, network security, and even just making sure that devices around the world are in sync. NTP servers, which manage the Network Time Protocol, are essential in achieving this.

Network 161
article thumbnail

How To Use Change Data Capture With Apache Kafka and ScyllaDB

DZone

In this hands-on lab from ScyllaDB University, you will learn how to use the ScyllaDB CDC source connector to push the row-level changes events in the tables of a ScyllaDB cluster to a Kafka server. What Is ScyllaDB CDC?

article thumbnail

Exploring MySQL Binlog Server – Ripple

Scalegrid

MySQL does not limit the number of slaves that you can connect to the master server in a replication topology. If the data churn on the master is high, the serving of binary logs alone could saturate the network interface of the master. Ripple is an open source binlog server developed by Pavel Ivanov.

Servers 262
article thumbnail

Building a Certificate Authority (CA) Server for Your Servers and Applications Free of Cost

DZone

In any organization, it is a best security practice to have an SSL certificate installed on servers, applications, and databases. SSL Certificates and CA make communication secure between client and server or application. We will use a Windows server for it. You can use any number of SSL certificates free of cost.

Servers 130