Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

quantx-316/db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

db

  • On a high-level is just TimescaleDB and its associated setup

Structure

  • /app/init
    • create.sql and load.sql are loaded into setup by the Dockerfile and are automatically executed at db setup
      • create.sql
        • contains entire db structure, including tables, indices, triggers, ...
      • load.sql
        • primarily loads stock and quotes information, see real_stress_generate.py mentioned in server repository README.md for comprehensive data generation
  • /app/ingest
    • contains scripts for continuous quote ingestion into databased

Development

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •