We find it hard to trust machines we don’t understand. Lack of trust makes AI seem like modern witchcraft which keeps us from getting benefits from innovative technology.
With the newly open sourced Twitter HBC, a Java HTTP library for consuming Twitter’s Streaming API, we can easily create a Kafka twitter stream producer.
HarperDB CTO demonstrates the inner-workings of SocketCluster, including a code review to highlight SocketCluster concepts within a database framework.
This article is based on a talk given by Shawn Ma at TiDB DevCon 2020. TiDB is an open-source, distributed, NewSQL database that supports Hybrid Transactiona...
Partitioning a domain is a useful way to achieve scalability. Instead of putting everything in a single place, you divide work based on some attribute (often an Id).
This article explains how to install and configure the multi-node multi-broker Kafka cluster where Ubuntu 14.04 LTS as an OS on all the nodes in the cluster.
So you're ready to build a data catalog—where do you begin? Let's walk through the most important features you should look for that best represents your needs.
CQRS solves a very particular set of problems, like executing queries in event-stores or building web applications with extremely high scalability requirements.