Skip to content
/ pard Public
forked from dbiir/pard

Parallel Database Running like a Leopard

License

Notifications You must be signed in to change notification settings

hagen666/pard

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 93.3%
  • JavaScript 3.4%
  • ANTLR 2.5%
  • Other 0.8%