From 643d2aaf8d5617487c26ba4d02af65dfcd3e0d88 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Tue, 14 Jul 2015 01:04:41 +0200 Subject: o Adding web server to serve responses. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 6ce8d37..91681e4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ +# Schema + + CREATE TABLE sm_by_day ( + device text, + day text, + timestamp timestamp, + sensors list>>, + PRIMARY KEY ( + (device, day), + timestamp + ) + ); + + # Create Schema $ bin/cqlsh -- cgit v1.2.3