You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| aquery_parser | 4 years ago | |
| docs | 4 years ago | |
| engine | 4 years ago | |
| msc-plugin | 4 years ago | |
| msvs-py | 4 years ago | |
| server | 4 years ago | |
| .gitignore | 4 years ago | |
| LICENSE | 4 years ago | |
| Makefile | 4 years ago | |
| README.md | 4 years ago | |
| csv.h | 4 years ago | |
| header.cxx | 4 years ago | |
| mmw.cpp | 4 years ago | |
| moving_avg.a | 4 years ago | |
| moving_avg.csv | 4 years ago | |
| nyctx100.csv | 4 years ago | |
| out.cpp | 4 years ago | |
| out_attempt1.cpp | 4 years ago | |
| prompt.py | 4 years ago | |
| q.sql | 4 years ago | |
| q1.sql | 4 years ago | |
| requirements.txt | 4 years ago | |
| stock.a | 4 years ago | |
| test.csv | 4 years ago | |
README.md
AQuery++
AQuery++ Compiler that compiles AQuery into C++17. Frontend built on top of mo-sql-parsing.
Roadmap
- SQL Parser -> AQuery Parser (Front End)
- AQuery-C++ Compiler (Back End)
- Schema and Data Model
- Data acquisition/output from/to csv file
- Single table queries
- Projections and Single Table Aggregations
- Group by Aggregations
- Filters
- Order by
- Assumption
- Flatten
- Multi-table
- Join
- Subqueries
- -> Optimizing Compiler
TODO:
- C++ Meta-Programming: Elimilate template recursions as much as possible.
- IPC: Better ways to communicate between Interpreter (Python) and Executer (C++).
- Sockets? stdin/stdout capture?