Home / Companies / QuestDB / Blog / January 2021

January 2021 Summaries

2 posts from QuestDB

Filter
Month: Year:
Post Summaries Back to Blog
QuestDB is a next-generation, open-source database designed for high-performance market data analysis, offering premium ingestion throughput and SQL analytics capabilities. This tutorial demonstrates the integration of QuestDB with n8n.io, a low-code workflow automation platform, to store and analyze Bitcoin market prices, highlighting the ease of setting up both tools using Docker. It walks users through setting up a workflow that queries a public REST API for Bitcoin prices and stores the data as a time series in QuestDB, utilizing n8n.io's visual editor and over 200 integrations for streamlined process automation. The example workflow includes nodes for SQL execution, HTTP requests, and data insertion, showcasing how to create and visualize data within QuestDB. The tutorial also suggests areas for further enhancement, such as expanding data fields and increasing ingestion rates, inviting users to explore the n8n community forum for additional resources and support.
Jan 18, 2021 1,110 words in the original blog post.
QuestDB, an open-source time-series database known for its ultra-low latency and high ingestion throughput, is highlighted in a tutorial by Gábor Boros, who demonstrates its application in building a status page. This status page is crucial for services that handle millions of requests, offering visibility into system status for users and internal teams. The tutorial walks through the process of creating a backend with FastAPI and Celery for scheduling tasks, using QuestDB to store monitoring data, and a frontend with Nuxt.js to display service status. The guide emphasizes the importance of status pages for incident management and shows how to leverage QuestDB's capabilities, such as low-latency queries and Postgres compatibility, to efficiently monitor and report on system uptime, potentially inspiring engineers to expand the demo for broader system monitoring. The complete project is available on GitHub for further exploration and adaptation.
Jan 13, 2021 3,430 words in the original blog post.