From d2a453ca87a14c205821c21ccd84bd34237b088a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hannes=20M=C3=BChleisen?= <hannes@muehleisen.org>
Date: Tue, 8 Apr 2014 17:39:01 +0200
Subject: [PATCH] Create README.md

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..79d1b64
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+monetdb-postgres-compare
+========================
+
+MonetDB/Postgres-Comparision
+This script runs a TPC-H benchmark on MonetDB, PostgreSQL, MariaDB and CitusDB. It also supports the installation of these databases from source, test data generation using the TPC-H data generator, and the loading of the data from CSV into the databases. The script was developed on Fedora 20, it should work there and need no root privileges except for dropping fs caches.
-- 
GitLab