Home / Companies / QuestDB / Blog / December 2023

December 2023 Summaries

5 posts from QuestDB

Filter
Month: Year:
Post Summaries Back to Blog
QuestDB is an open-source time-series database designed for high-performance workloads, offering ultra-low latency, high ingestion throughput, and a multi-tier storage engine, with native support for Parquet and SQL to ensure data portability and AI readiness without vendor lock-in. The database landscape has evolved significantly over the past decade, transitioning from expensive OLAP systems reserved for large corporations to more accessible, open-source solutions with SQL as a standard query language. This shift allows businesses to focus on database performance relative to infrastructure costs rather than SQL support. QuestDB, along with databases like TimeScale, DuckDB, and ClickHouse, provides tailored SQL extensions for time-series analytics, facilitating tasks such as retrieving the latest records, filtering by time intervals, joining tables by approximate time, and performing time interval grouping and downsampling with linear interpolation. QuestDB's specific SQL extensions streamline these operations, improving developer productivity and enabling deeper insights, and its optimizations are designed for the unique demands of time-series data, contributing to its leading performance in industry benchmarks.
Dec 21, 2023 2,844 words in the original blog post.
QuestDB is an open-source database optimized for market data analysis, offering high ingestion throughput, advanced SQL analytics, and efficient hardware use, making it ideal for handling tick data. The article explores the significance of correlation in financial trading, particularly in the context of cryptocurrencies like Bitcoin (BTC) and Ethereum (ETH). It examines whether these two assets are correlated and how this relationship has evolved over time, utilizing tools like Grafana for visualization. The analysis highlights the importance of correlation for diversification, hedging, and identifying market opportunities, using a scatter plot to demonstrate the correlation between BTC-USD and ETH-USD. The findings indicate that the correlation between these cryptocurrencies has decreased in 2023, possibly due to market factors like the anticipated approval of Bitcoin ETFs in the US. By leveraging QuestDB's capabilities, the article underscores the value of understanding asset correlations in dynamic market environments, encouraging further exploration by the community.
Dec 14, 2023 1,292 words in the original blog post.
QuestDB is an open-source, next-generation database optimized for market data, offering high ingestion throughput and enhanced SQL analytics, making it ideal for tick data analysis. By using QuestDB in conjunction with tools like Grafana, users can create custom trading platforms that aggregate market data into a unified view, improving market awareness and trading efficiency. This setup allows for real-time monitoring of trades across multiple pairs, visualization of net trading volume and price actions, and the ability to replay historical data for training or analysis. The process involves using APIs, such as the Coinbase API and the cryptofeed library, to pull live market data and enables users to identify trading patterns, infer market behaviors, and make more informed trading decisions. The integration of Grafana's visual capabilities with QuestDB's data handling ensures a comprehensive and dynamic analysis of financial markets, offering traders a powerful tool for decision-making.
Dec 12, 2023 1,905 words in the original blog post.
QuestDB, an open-source database optimized for market data, offers high ingestion throughput, advanced SQL analytics, and efficient hardware usage, making it ideal for managing tick data. When combined with Grafana, a tool known for its customizable dashboards, users can create dynamic, real-time visualizations of financial data such as foreign exchange rates. The process involves setting up Grafana with QuestDB, using the ECB historical FX rates dataset as an example. The tutorial demonstrates how to create dynamic dashboards by leveraging Grafana's custom variables and query-based variables to handle large symbol lists without manual intervention. This approach enables automatic adjustments in dashboards when new data is added, enhancing the scalability and efficiency of market data analysis. The guide illustrates importing data into QuestDB, creating a schema, and using SQL queries to generate dynamic lists, leading to a more flexible and adaptive monitoring system.
Dec 11, 2023 1,459 words in the original blog post.
QuestDB, an open-source database optimized for handling market data, is used to analyze trading signals through moving averages as shown in a Grafana dashboard with Coinbase crypto data as the source. The article explores how technical analysis, specifically moving averages, can suggest potential trading actions when different time interval averages intersect. The process involves creating an indicator by incorporating a second moving average with a distinct period, then generating a signal when these averages cross to determine trade direction. By examining the sign change of this difference, traders can identify the appropriate trading moment. Additionally, the profitability and risk-adjusted returns of such strategies are considered, with a demonstration of simulating trades whenever signals are triggered, though the method's efficiency and profitability remain uncertain.
Dec 08, 2023 1,490 words in the original blog post.