All Projects → questdb → questdb.io

questdb / questdb.io

Licence: Apache-2.0 License
The official QuestDB website, database documentation and blog.

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to questdb.io

Questdb
An open source SQL database designed to process time series data, faster
Stars: ✭ 7,544 (+9958.67%)
Mutual labels:  time-series, tsdb, questdb
Rrdtool 1.x
RRDtool 1.x - Round Robin Database
Stars: ✭ 702 (+836%)
Mutual labels:  time-series, tsdb
Awesome Time Series Database
🕖 A curated list of awesome time series databases, benchmarks and papers
Stars: ✭ 501 (+568%)
Mutual labels:  time-series, tsdb
Atsd
Axibase Time Series Database Documentation
Stars: ✭ 68 (-9.33%)
Mutual labels:  time-series, tsdb
Akumuli
Time-series database
Stars: ✭ 754 (+905.33%)
Mutual labels:  time-series, tsdb
Nightingale
💡 A Distributed and High-Performance Monitoring System. Prometheus enterprise edition
Stars: ✭ 4,003 (+5237.33%)
Mutual labels:  time-series, tsdb
Heroic
The Heroic Time Series Database
Stars: ✭ 836 (+1014.67%)
Mutual labels:  time-series, tsdb
Warp10 Platform
The Most Advanced Time Series Platform
Stars: ✭ 227 (+202.67%)
Mutual labels:  time-series, tsdb
Timescaledb
An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
Stars: ✭ 12,211 (+16181.33%)
Mutual labels:  time-series, tsdb
Diamondb
[WIP] DiamonDB: Rebuild of time series database on AWS.
Stars: ✭ 98 (+30.67%)
Mutual labels:  time-series, tsdb
Timbala
Durable time-series database that's API-compatible with Prometheus.
Stars: ✭ 85 (+13.33%)
Mutual labels:  time-series, tsdb
ticktock
An OpenTSDB-like time series database, with much better performance.
Stars: ✭ 34 (-54.67%)
Mutual labels:  time-series, tsdb
zestdb
ZestDB
Stars: ✭ 18 (-76%)
Mutual labels:  time-series, tsdb
xephon-k
A time series database prototype with multiple backends
Stars: ✭ 22 (-70.67%)
Mutual labels:  time-series, tsdb
react-kits
⚔️ Opinionated Fullstack React toolkits featuring project generation, dev server, build production bundle, and common dev-tools. This is simple DIY create-react-app.
Stars: ✭ 13 (-82.67%)
Mutual labels:  ssr
time series clustering via community detection
Code used in the paper "Time Series Clustering via Community Detection in Networks"
Stars: ✭ 27 (-64%)
Mutual labels:  time-series
gpu accelerated forecasting modeltime gluonts
GPU-Accelerated Deep Learning for Time Series using Modeltime GluonTS (Learning Lab 53). Event sponsors: Saturn Cloud, NVIDIA, & Business Science.
Stars: ✭ 20 (-73.33%)
Mutual labels:  time-series
react-hydration-on-demand
Hydrate your React components only when you need to
Stars: ✭ 94 (+25.33%)
Mutual labels:  ssr
vue-if-bot
Hide stuff from bots (especially cookie consents)
Stars: ✭ 62 (-17.33%)
Mutual labels:  ssr
dts
A Keras library for multi-step time-series forecasting.
Stars: ✭ 130 (+73.33%)
Mutual labels:  time-series

Netlify Status js-standard-style Code Style: prettier Conventional Commits

questdb.io

This website is built using Docusaurus 2. Pages & components are written in TypeScript, the styles in vanilla CSS with variables using CSS Modules.

Installation

yarn

Note. On Linux you may have to install autoconf package to have a successful installation. On Ubuntu it should be enough to run sudo apt-get install autoconf command to install the package.

Local development

yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build for production

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service. For that purpose, you can also use:

yarn serve

Contributing

Feel free to contribute to the project by forking the repository and submitting pull requests.

Guidelines

Consult the guidelines.

Lexicon

Consult the lexicon for terminology we commonly use

Commits

The commit messages must follow the Conventional Commits spec.

Code Quality

1. Linting

The coding style rules are defined by Prettier and enforced by Eslint

On top of this, we follow the rules set by the JavaScript Standard Style.

You do not need to run the linting task manually, Webpack will take care of that for you.

2. Git Hooks

We use Husky to automatically deploy git hooks.

On every git commit we check that images added to static/img/* do not exceed 10MB.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].