# StreamingPro **Repository Path**: wangzhao06/StreamingPro ## Basic Information - **Project Name**: StreamingPro - **Description**: 概述 Spark 是一个可扩展的可编程框架,用于数据集的大规模分布式处理, 称为弹性分布式数据集(Resilient Distributed Datasets,RDD) - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2022-01-13 - **Last Updated**: 2022-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## MLSQL MLSQL is a Programming Language Designed For Big Data and AI, and it also have a distributed runtime. ## Official WebSite [http://www.mlsql.tech](http://www.mlsql.tech) Find more examples on [our user guide](http://docs.mlsql.tech/en). 1. [中文文档](http://docs.mlsql.tech/zh) 2. [English Docs](http://docs.mlsql.tech/en) ## Get PreBuild Distribution * The lasted version is MLSQL v1.5.0 * You can download from [MLSQL Website](http://download.mlsql.tech/1.5.0/) * Spark 2.3.2/2.4.3 are tested Run PreBuild Distribution: ```shell cp streamingpro-spark_2.x-x.x.x.tar.gz /tmp cd /tmp && tar xzvf streamingpro-spark_2.x-x.x.x.tar.gz cd /tmp/streamingpro-spark_2.x-x.x.x ## make sure spark distribution is available ## visit http://127.0.0.1:9003 export SPARK_HOME="....." ; ./start-local.sh ``` ## Build Distribution ```shell # clone project git clone https://github.com/allwefantasy/streamingpro . cd streamingpro ## configure build envs export MLSQL_SPARK_VERSIOIN=2.4 export DRY_RUN=false export DISTRIBUTION=false ## build ./dev/package.sh ``` ## Fork and Contribute If you are planning to contribute to this repository, we first request you to create an issue at [our Issue page](https://github.com/allwefantasy/streamingpro/issues) even if the topic is not related to source code itself (e.g., documentation, new idea and proposal). This is an active open source project for everyone, and we are always open to people who want to use this system or contribute to it. This guide document introduce [how to contribute to MLSQL](https://github.com/allwefantasy/streamingpro/blob/master/docs/docv2/contribute/contribute.md). ## RoadMap 1. [Versioning Policy](https://github.com/allwefantasy/streamingpro/blob/master/docs/docv2/contribute/release.md) ## Contributors * Zhu William/allwefantasy#gmail.com * Chen Fu/cfmcgrady#gmail.com * Geng Yifei/pigeongeng#gmail.com * wanp1989/wanp1989#126.com * chenliang613 * RebieKong * CoderOverflow * ghsuzzy * xubo245 * zhuohuwu0603 * liyubin117 * 9bbword * Slash-Wong/523935329#qq.com * anan0120/158989903#qq.com ---------- [![HitCount](http://hits.dwyl.io/allwefantasy/streamingpro.svg)](http://hits.dwyl.io/allwefantasy/streamingpro) ----------