Change Data Capture (CDC) from YugabyteDB CDC to ClickHouse
This post describes how we can send data from YugabyteDB to ClickHouse through YugabyteDB’s Change Data Capture (CDC) feature.
This post describes how we can send data from YugabyteDB to ClickHouse through YugabyteDB’s Change Data Capture (CDC) feature.
GORM is an Object Relational Mapping (ORM) library for Golang. ORM converts data between incompatible type systems using object-oriented programming languages. An ORM library is a library that implements this technique and provides an object-oriented layer between relational databases and object-oriented programming languages.
In this blog post, we’ll show you how to:
…
As global companies engage in app modernization initiatives, their developers find it increasingly difficult to match those efforts with a strong data layer. These developers continue to work with costly monolithic databases like Oracle or DB2 and NoSQL databases that forgo strong data consistency and important relational features. But it’s clear a modern database is required to match the ambition of app modernization.
That’s where the YugabyteDB and VMware Tanzu story comes in.
…
Before jumping into the feature updates, in case you missed it we announced an update to our naming: Yugabyte Cloud is now called YugabyteDB Managed! So, now with that out of the way, let’s get to the exciting new features in YugabyteDB Managed.
Hey Everybody! It’s Lakshmi, reporting again from the APJ team!
I recently received valuable first-hand experience helping to run one of the team’s flagship events: the second annual Distributed SQL Summit (DSS) Asia!
This event brought together developers, architects, and business leaders from all over Asia and beyond. Vish Phaneendra’s roundup post provides a great recap. It was exciting to reach close to 1,000 unique attendees and watch 20+ different talks from thought leaders,
…
We held our second annual Distributed SQL Summit (DSS) Asia annual conference on the 30th and 31st of March 2022, following great feedback from our initial event and user demand.
This two-day online conference was packed with fascinating presentations, discussions, and demos from customers, partners, and our own experts.
With 35 engaging sessions to choose from, and more than 40 speakers, the conference served as a hub for advocates, partners, customers,
…
A modern GraphQL API layer for cloud native applications needs to possess two characteristics: horizontal scalability and high availability.
Horizontal scalability adds more machines to your API infrastructure, whereas vertical scalability adds more CPUs, RAM, and other resources to an existing machine that runs the API layer. While vertical scalability works to a certain extent, the horizontally scalable API layer can scale beyond the capacity of a single machine.
When it comes to high availability,
…
Recently, I came across a sample e-commerce application that demonstrates how to use Next.js, GraphQL engine, PostgreSQL, and a few other frameworks to build a modern web application. The application supports basic e-commerce capabilities such as product inventory and order management, recommendation system, and checkout function. This made me curious as to how much effort it would take to complete a retail application migration from an on-premise to cloud native solution. So I decided to try.
Ebean is a Java-based Object–Relational Mapping (ORM) application. It is more user-friendly and understandable than traditional ORM tools, such as Hibernate. It achieves this by employing a session-less design that eliminates the concepts of detached/attached beans as well as the difficulties related with flushing/clearing.
Even better, Ebean supports YugabyteDB, a 100% open source, distributed SQL database built to accelerate cloud native agility, lower costs, and reduce risks without vendor lock-in.
…
A distributed SQL database is a single logical relational database deployed on a cluster of servers. The database automatically replicates and distributes data across multiple servers. These databases are strongly consistent and support consistency across availability and geographic zones in the cloud.
At a minimum, a distributed SQL database has the following characteristics:
But should you run a distributed SQL database in Kubernetes?
…