# bigdata-demo **Repository Path**: wachoo/bigdata-demo ## Basic Information - **Project Name**: bigdata-demo - **Description**: 大数据Flink、Spark、Scala开发demo集合 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-31 - **Last Updated**: 2024-11-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bigdata #### 介绍 大数据学习代码仓库 #### 使用说明 ```shell mkdir bigdata-demo cd bigdata-demo git init touch README.md git add README.md git commit -m "first commit" git remote add origin git@gitee.com:wachoo/bigdata-demo.git git push -u origin "master" ```