Welcome to another post in our ongoing series that highlights new features from the latest 1.1 release announced last week. Today we are going to look at the importance of public IP addresses and host… Read More >
Understanding How YugabyteDB Runs on Kubernetes
As we reviewed in "Docker, Kubernetes and the Rise of Cloud Native Databases", Kubernetes has benefited from rapid adoption to become the de-facto choice for container orchestration. This has happened… Read More >
A Quick Guide to Secondary Indexes in YugabyteDB
When creating a Cassandra-compatible YCQL table in YugabyteDB, you are required to create a primary key consisting of one or more columns of the table. Primary key based retrievals are efficient beca… Read More >
Orchestrating Stateful Apps with Kubernetes StatefulSets
Kubernetes, the open source container orchestration engine that originated from Google’s Borg project, has seen some of the most explosive growth ever recorded in an open source project. The complet… Read More >
Overcoming MongoDB Sharding and Replication Limitations with YugabyteDB
A few of our early users have chosen to build their new cloud applications on YugabyteDB even though their current primary datastore is MongoDB. Starting with the v3.4 release in Nov 2016, MongoDB has… Read More >
Building Scalable Cloud Services — An Instant Messaging App
Source: https://stackoverflow.com/questions/47276519/how-should-i-or-should-not-use-cassandra-and-redis-together-to-build-a-scalable This is the first post in a series about building real-world, dis… Read More >
Extending Redis API with a Native Time Series Data Type
Defining time series data We have spoken to several developers that have a need to model time series like data in Redis. A few examples of such applications are: Stock quote feed. Order hist… Read More >