ray6080 / pard

Parallel Database Running like a Leopard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pard

Parallel Database Running like a Leopard

Contribution Guide

Recommended Environment

Git + Intellij IDEA + Java8 + Maven3.3.9+

Compilation Without Running Unit Tests

mvn clean package -DskipTests or mvn clean compile -DskipTests

Compilation With Running Unit Tests

mvn clean package or mvn clean compile

Tips

  1. Compile locally to ensure everything is ok before pushing to Github.
  2. Pay attention to CheckStyle. Make sure your code style satisfies the code style rules.

About

Parallel Database Running like a Leopard

License:MIT License


Languages

Language:Java 93.4%Language:JavaScript 3.4%Language:ANTLR 2.5%Language:HTML 0.6%Language:Shell 0.2%