Goto

Collaborating Authors

 delete operation


What is time-series data, and why are we building a time-series database (TSDB)?

#artificialintelligence

Like all good superheroes, every company has its own origin story explaining why they were created and how they grew over time. This article covers the origin story of QuestDB and frames it with an introduction to time series databases to show where we sit in that landscape today. Time series is a succession of data points ordered by time. These data points could be a succession of events from an application's users, the state of CPU and memory usage over time, financial trades recorded every microsecond, or sensors from a car emitting data about the vehicle acceleration and velocity. For that reason, time-series is synonymous with large amounts of data.


Using Databases with Python Coursera

#artificialintelligence

This course will introduce students to the basics of the Structured Query Language (SQL) as well as basic database design for storing data as part of a multi-step data gathering, analysis, and processing effort. The course will use SQLite3 as its database. We will also build web crawlers and multi-step data gathering and visualization processes. We will use the D3.js library to do basic data visualization. This course will cover Chapters 14-15 of the book "Python for Everybody".