From fd6cd71552a537a7331e28e83be5fa1ee55bb4a8 Mon Sep 17 00:00:00 2001 From: Chris Henson Date: Sat, 8 Aug 2015 14:55:19 -0400 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..4519b5003e --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# SymmetricDS +SymmetricDS is a database and file synchronization solution that is platform-independent, web-enabled, and database agnostic. SymmetricDS was built to make data replication across two to tens of thousands of databases and file systems fast, easy and resilient. We specialize in near real time, bi-directional data replication across large node networks over the WAN or LAN. + +##Development +We use Eclipse for development. + +To setup a development environment run the following commands: +``` +cd symmetric-assemble +./gradlew develop +``` + +This will generate Eclipse project artifacts. You can then import the projects into your Eclipse workspace.