📄️ The Plain Vanilla Tick Setup
A basic KDB/Q Tick setup consists of three essential elements such as a Tickerplant (TP), a Real-Time Database (RDB), and a Historical Database (HDB). Additionally, this configuration involves the integration of two external processes, namely a Data Feed and a Feed Handler. The provided image below serves as a visual representation of this architectural arrangement.
📄️ Advanced KDB/Q Architecture
In a previous blog post, we covered the Plain Vanilla Tick Setup, a foundational KDB/Q framework that serves as the starting point for more advanced systems. In this post, we’ll explore a more sophisticated architecture and walk through the key design decisions you can make when building a complete KDB/Q stack.