Redis is a powerful in-memory data store that servers for a variety of use cases such as: caching, real time analytics or even fraud detection. One of the most commonly used data type is the String, let’s discover in this video how this data type works.
Redis is a powerful in-memory data store that servers for a variety of use cases such as: caching, real time analytics or even fraud detection. Among the wide range of features, Redis has excellent support for geospatial indexes, let’s discover this in this video.
Aiven Terraform Provider 4.x is an important step on our move to the new Terraform Plugin Framework, providing better type checking. Read on for details.
Redis is a powerful in-memory data store that servers for a variety of use cases such as: caching, real time analytics or even fraud detection. It comes with a set of different data types and in this video we will learn about the 5 more common data types used in Redis. Sébastien Blanc's social media: CHAPTERS ABOUT AIVEN Aiven’s cloud data platform helps your business reach its highest potential by making your data work for you.
Pushing data in JSON format to an Apache Kafka topic is very common. However, dealing with messages not having a predefined structure can create some problems, specifically when trying to sink the data via connectors, like the JDBC sink, which require the knowledge of the message structure. Transforming the messages from JSON to AVRO can enforce a schema on messages and allow the usage of a bigger variety of connectors.