StrokeDB means Stroke for Fun
StrokeDB just like the name,just for fun(coding),please don't use in production environment.
Prerequisites for building StrokeDB:
- Unix-like environment (Linux, Mac OS X, may be Cygwin, WSL)
- Git
- Maven (we recommend version 3.6.3 and require at least 3.5.4)
- Java 8 or 11
git clone https://github.com/utf7/StrokeDB.git
cd StrokeDB
mvn clean package -DskipTests # this will take up to 2 minutes
We recommend IntelliJ IDEA for developing StrokeDB projects.
This is an stroke open-source project. We are always open to people who want to stroke for fun.
Contact me if you are looking for implementation tasks that fit your skills.
This article describes how to contribute to StrokeDB.
StrokeDB is an open source project with Apache License 2.0.
StrokeDB just like the name,just for fun(coding),please don't use in production environment.