If you are familiar with our previous posts, you probably know about the many disruptive features available in LeanXcale. Linear ultra-scalability, fast key-value ingestion, and online aggregations are among the […]
Connecting LeanXcale with R
Hi! In this post, I demonstrate how to connect an R application to a LeanXcale database with the LeanXcale JDBC driver. As you may know, R is a language and […]
How to synchronize MySQL with other Relational DB Using Debezium (II)
In this post, we continue working with Debezium and LeanXcale configured for a common client scenario that has a large database, and we want to start a replication database as […]
How to synchronize MySQL with other Relational DB Using Debezium (I)
One important requirement many clients ask us to work on with LeanXcale is to have an instance running in parallel with their databases while not changing their existing systems. A […]
Building a CSV Data Loader to Explore COVID-19 Data
I want to share how to build a simple loader for CSV files using statistics that show the COVID-19 evolution throughout Spain. Once loaded, this data can be explored with […]
Kafka Connector for LeanXcale (II)
As promised, here is the continuation of the post about the Kafka connector for LeanXcale. Let’s see how to execute it! Execution To implement this example, the Kafka suite must first […]
Kafka Connector for LeanXcale (I)
As a crucial component of the toolset required to establish an effective operational or Big Data architecture with LeanXcale, we provide the Kafka sink connector that enables interconnection between LeanXcale […]
Configuring LeanXcale for your Deployment
This article explains how LeanXcale is deployed to adjust its components to different types of workloads. LeanXcale is a database that supports multiple interfaces, such as SQL or massive ingestions […]
Online Aggregations in LeanXcale
To improve its behavior as a transactional and analytical processing (HTAP) database, LeanXcale provides a new feature for supporting online aggregations using a specifically created type for it. Find here […]
Connecting LeanXcale with SCALA
Hi! Welcome back! In this new post, I will show you how to connect your Scala application to a LeanXcale database using the well-known JDBC library. I will also show […]