Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LB-Yu/data-systems-learning
Learning summary and examples about data systems.
https://github.com/LB-Yu/data-systems-learning
antlr big-data calcite distributed-systems flink hadoop hbase spark
Last synced: 5 days ago
JSON representation
Learning summary and examples about data systems.
- Host: GitHub
- URL: https://github.com/LB-Yu/data-systems-learning
- Owner: LB-Yu
- Created: 2020-03-08T13:04:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T02:35:37.000Z (5 months ago)
- Last Synced: 2024-08-02T14:06:39.977Z (3 months ago)
- Topics: antlr, big-data, calcite, distributed-systems, flink, hadoop, hbase, spark
- Language: Java
- Homepage:
- Size: 984 KB
- Stars: 38
- Watchers: 1
- Forks: 32
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains some examples for learning data systems. Specifically contains:
+ Examples of SQL parsing & optimizing tools, such as Apache Calcite, Antlr.
+ Examples of big data computing systems, such as Flink, Spark.
+ Examples of big data storage systems, such as Hadoop, HBase, Kafka.