Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ QuestDB is a high-performance open source database for time series.
The project is built from scratch in Java and C++, with no dependencies, and is 100% free from garbage collection.
The database is optimized for time series with high-throughput ingestion over InfluxDB Line Protocol and allows users to use SQL as a query language via PostgreSQL wire or REST API.

Our [live demo](https://demo.questdb.io/) includes a 1.6 billion row table with 10 years of NYC taxi trips, 10 years of weather data for joins on the taxi data, and a [geospatial data set](https://questdb.io/blog/2021/10/04/geospatial-timeseries-demo) to try out.
Our [live demo](https://demo.questdb.io/) includes a 1.6 billion row table with 10 years of NYC taxi trips, 10 years of weather data for joins on the taxi data, [financial market data](https://questdb.io/blog/2022/04/12/demo-live-crypto-data-streamed-with-questdb-and-grafana) streamed in real-time and a [geospatial data set](https://questdb.io/blog/2021/10/04/geospatial-timeseries-demo) to try out.

## 🤝 Contributing

Expand Down