# designpatterndemo
**Repository Path**: simzlj/designpatterndemo
## Basic Information
- **Project Name**: designpatterndemo
- **Description**: 设计模式demo,大话设计模式一书中示例
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2017-06-10
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
designpatterndemo is an open-source project about design pattern examples.
It contains two parts:
part1: most examples in the book 《大话设计模式》, and UML diagrams;
part2: a model task schedule framework, it will be separaeted to be a
independent project in the future. The framework executes R task(R language)
or SQL task with multiply threads. It is a light framework and will be a
stable and high performance framework. It will support DAG tasks like Spark DAG.
Comparing with Spark, while executing DAG tasks, it handles them all in one node
with multiply threads. It is not designed to handle big data.
To get started using designpatterndemo, the full documentation for this release can be
found under the doc/ directory. Now documents are not enough, they are under developed.
The latest stable designpatterndemo can be downloaded from [1].
designpatterndemo is made available under the Apache License, version 2.0 [2]
1. https://gitee.com/simzlj/designpatterndemo/releases
2. http://hbase.apache.org/license.html