a cloud avatar library for the internet of things
- mqtt-client - Scala/Akka based MQTT client
- timeseries-store - ElasticSearch based timeseries storage
- ubirch-testbed - Playground and Testbed
This is currently just a playground to get find common ground.
- Check out this project.
- Install and start elasticsearch locally (brew install elasticsearch)
- Install and start mosquitto (brew install mosquitto)
- Install and start kibana (https://www.elastic.co/products/kibana)
- run mvn clean install
- java -jar ubirch-testbed/target/ubirch-testbed-1.0.jar thingspeak-dumpdir
To create the data dumps, you can use this simple script:
#! /bin/sh
for i in `seq 1 43`; do
curl "http://api.ubirch.com/channels/$i/feed.json?start=2014-01-01%2000:00:00&end=2015-12-31%2000:00:00&key=XXXXXX" > $i.json
done
Copyright 2015 ubirch GmbH (http://www.ubirch.com)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.