Home / Companies / QuestDB / Blog / September 2023

September 2023 Summaries

2 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, ensuring data portability and AI-readiness without vendor lock-in. The tutorial demonstrates how to use QuestDB to efficiently ingest and analyze real-time IoT data by setting up a Node.js IoT simulator to generate data, storing it in QuestDB, and visualizing it with Grafana. Utilizing the InfluxDB Line Protocol for data transmission, QuestDB efficiently handles large volumes and high cardinality of time-series data, with features like data deduplication and out-of-order indexing. The process involves using Docker Compose to set up QuestDB and Grafana, where the latter is used for advanced data visualization. The tutorial illustrates the speed and efficiency of QuestDB in managing and visualizing bursting data, highlighting its advantages over traditional databases in handling time-series data, and offering insights into potential real-world applications with managed IoT services.
Sep 20, 2023 1,516 words in the original blog post.
QuestDB, an open-source time-series database known for its high performance, encountered a significant issue when its website traffic surged unexpectedly due to a clone of its site being hosted elsewhere, resulting in over 150,000 new visitors mistakenly attributed to their analytics. This incident highlighted the risks of having their Google Analytics tag hard-coded directly in their open-source repository, leading to unauthorized copying of their website's content and branding. Despite no significant punitive impact on their search rankings, QuestDB decided to make their website repository private to protect against similar incidents in the future while exploring ways to keep parts of their documentation open for community contributions. This situation underscores the importance of using environment variables for sensitive data to prevent unauthorized access and potential misuse.
Sep 01, 2023 1,504 words in the original blog post.