Git Product home page Git Product logo

questdb-slack-grafana-alerts's Introduction

QuestDB, Grafana, Slack alerts tutorial

This repository contains the example code for a tutorial about how to send alerts to Slack based on changes in market data streamed to QuestDB. Stock prices are fetched from the IexFinance API using the iexfinance Python package, streamed into QuestDB, a time series database, and alerts are set up in Grafana based on the metrics we care about.

Prerequisites

Structure

  • ./docker-compose.yml: starts QuestDB and Grafana
  • ./python/: holds Python files used in the tutorial:
    • mock_stock_data_example.py: generate mock data
    • stock_data_TSLA_example.py: polls IexFinance API and publishes records to QuestDB
    • .env file for storing our API key

Getting started

  1. Obtain an API key from IexFinance console

  2. In the ./python directory, create a file named .env

  3. Place the API key in this file in the following format:

    API_KEY=ncp2syw...
    
  4. Run docker compose:

    docker-compose up
    

The following services are now running:

  • QuestDB web console on port 9000
  • Grafana for visualizing time series data in QuestDB on port 3000

Python Setup

Install the necessary packages:

pip install -r requirements.txt

Poll the IexFinance API and send Tesla prices to QuestDB

cd python
python stock_data_TSLA_example.py

(Optional) Run the script to send mock API data to QuestDB:

cd python
python mock_stock_data_example.py

questdb-slack-grafana-alerts's People

Contributors

bsmth avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.