Skip to content

prassee/odai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odai

“Odai” (to be pronounced as “oh” + “die”) is a Tamil word that means “Stream”.

This project implements SQL abstractions as in Flink, Kafka and Spark Streams etc.

Stage - 1 (idempotent,stand-alone)

  • [ ] consume data from kafka topic (thats the focus for trhe time being) using - rust-rdkafka
    • format consumed data with a schema
  • [ ] save consumed data to table (internal) - gluesql
    • create a table on gluesql
    • insert consumed data the table
  • [ ] print the results by runing select queries on the above table - gluesql
    • programmatic API to generate SQL - sql-builder

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages