Home / Companies / QuestDB / Blog / January 2024

January 2024 Summaries

6 posts from QuestDB

Filter
Month: Year:
Post Summaries Back to Blog
QuestDB, an open-source database optimized for market data, offers remarkable ingestion throughput and SQL analytics, making it suitable for tick data analysis. The text explores how cryptocurrency exchanges like Coinbase generate revenue, primarily through fees charged on trades. Coinbase employs a tiered fee structure to incentivize high trading volumes by offering lower fees to more active traders, distinguishing between Maker and Taker trades to encourage liquidity through passive limit orders. The document uses QuestDB to estimate Coinbase's potential revenue by analyzing BTC-USD trading flows, applying cumulative sum functions and variable fee assumptions to calculate revenue ranges. By comparing trading pairs, it identifies BTC-USD as the primary revenue driver, followed by ETH-USD and SOL-USD, while demonstrating the significant impact of fee structure variations on revenue estimates, allowing real-time analysis of trading performance across different cryptocurrency pairs.
Jan 29, 2024 1,710 words in the original blog post.
QuestDB is highlighted as an open-source time-series database ideal for managing demanding workloads, such as those on trading floors or in mission control, due to its low latency, high ingestion throughput, and multi-tier storage engine. The text explores the use of QuestDB to analyze historical location data from the Automatic Identification System (AIS), primarily used for tracking nautical vessel movements to prevent collisions and support maritime authorities. The analysis involves processing AIS data to create visualizations, such as heatmaps and ship type routes, using Grafana to illustrate maritime traffic patterns in regions like the Gulf of Mexico and the Caribbean. The text details the challenges of working with AIS timestamps and the method used to parse them, as well as examining specific ship movements using unique identifiers like the MMSI number. The integration of QuestDB and Grafana showcases the potential for deep, multidimensional maritime data analysis, emphasizing the database's capability to handle large datasets effectively.
Jan 24, 2024 1,636 words in the original blog post.
QuestDB is an advanced database designed for market data, offering high ingestion throughput, enhanced SQL analytics, and efficient hardware use, making it suitable for tick data. In the context of Bitcoin Exchange-Traded Funds (ETFs) now available in the U.S., the text explores ETF trading dynamics, particularly focusing on the concepts of primary and secondary markets, and the mechanisms that affect pricing, such as Creation/Redemption, Premium, and Discount. ETFs trade on both primary and secondary markets, with market-makers playing a crucial role in maintaining liquidity by posting executable quotes, which can influence the ETF's price relative to its Net Asset Value (NAV). Skews in pricing on launch days and other market pressures can cause ETFs to trade at a Premium or Discount, despite mechanisms like Creation/Redemption designed to minimize such deviations. The text emphasizes the importance of understanding these dynamics to ensure fair trading and using market data to calculate fair values, highlighting the potential for temporary pricing deviations and the necessity of being informed to avoid trading at unfavorable prices.
Jan 16, 2024 2,145 words in the original blog post.
QuestDB, an open-source time-series database, is leveraged to simulate a real-time business dashboard using historical data from the New York City taxi industry, demonstrating its capabilities in managing demanding workloads with ultra-low latency and high ingestion throughput. The simulation employs QuestDB's support for Parquet files and SQL to create a pseudo-real-time dashboard that visualizes taxi data, offering insights into metrics such as trip counts, fares, and passenger numbers via Grafana. By interpolating between pickup and dropoff coordinates, the dashboard provides an approximate visualization of taxi movements, highlighting the potential of data visualization in business analytics despite the absence of true real-time data. The project underscores how QuestDB and Grafana can effectively handle large volumes of data and facilitate the creation of comprehensive dashboards, making them valuable tools for businesses seeking to enhance their data management and analytical capabilities.
Jan 15, 2024 1,953 words in the original blog post.
QuestDB, an open-source database optimized for market data, offers exceptional ingestion throughput and SQL analytics, making it highly efficient for tick data analysis. The text delves into the concept of the yield curve, a crucial financial graph that shows the relationship between the yields of fixed-interest securities and their time to maturity. It explains how the yield reflects the income from a security and varies according to the investment's price and risk profile. The analysis includes using SQL queries to investigate yield curves during pivotal events such as the COVID-19 pandemic and the resulting economic impact, illustrating how markets react to significant global events. QuestDB's integration with Grafana is highlighted as an effective combination for financial analysis, offering straightforward SQL-based data manipulation and visualization capabilities. The discussion also touches on market anticipations regarding interest rate changes, especially in response to inflationary pressures and monetary policies.
Jan 12, 2024 1,986 words in the original blog post.
QuestDB, a next-generation open-source database optimized for market data, offers high ingestion throughput and advanced SQL analytics suitable for tick data. The article discusses an innovative solution to visualize and compare cryptocurrency price movements in Grafana using the first_value() window function, which simplifies the process and enhances analysis quality by normalizing data for better comparative visualization. The previous approach involved complex queries with sub-queries and joins that were cumbersome and less efficient, especially over large datasets. By using the first_value() function, QuestDB enables users to create clearer and more accurate visual representations of market trends, allowing for more accessible analysis and comparisons between different financial instruments. The article invites users to engage with QuestDB's open-source community for further enhancements and provides additional resources for integrating Grafana with QuestDB for real-time data visualization.
Jan 09, 2024 1,129 words in the original blog post.