All Projects → skyfoundry → haystack-java

skyfoundry / haystack-java

Licence: other
Project-Haystack Java Reference Implementation

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects
Fantom
3 projects

Projects that are alternatives of or similar to haystack-java

weaver
A distributed object file system inspired by the paper Beaver which was published by Facebook Inc. at 2010.
Stars: ✭ 18 (+20%)
Mutual labels:  haystack
django-haystackbrowser
View and debug the data in your Haystack search indexes, from within the Django admin.
Stars: ✭ 36 (+140%)
Mutual labels:  haystack
pyhaystack
Pyhaystack is a module that allow python programs to connect to a haystack server project-haystack.org. Connection can be established with Niagara Platform running the nhaystack, Skyspark and Widesky. For this to work with Anaconda IPython Notebook in Windows, be sure to use "python setup.py install" using the Anaconda Command Prompt in Windows.…
Stars: ✭ 57 (+280%)
Mutual labels:  building-automation
building-data-genome-project-2
Whole building non-residential hourly energy meter data from the Great Energy Predictor III competition
Stars: ✭ 112 (+646.67%)
Mutual labels:  building-automation
haystack-docker
Repository with docker-compose files to start Haystack components in sandbox
Stars: ✭ 17 (+13.33%)
Mutual labels:  haystack
HackTheBox-Writeups
No description or website provided.
Stars: ✭ 94 (+526.67%)
Mutual labels:  haystack
pitchfork
Convert tracing data between Zipkin and Haystack formats
Stars: ✭ 40 (+166.67%)
Mutual labels:  haystack
distkv
Distributed KV Storage System based on Raft and RocksDB, can be use to store small files, like images.
Stars: ✭ 50 (+233.33%)
Mutual labels:  haystack
bacnet-mqtt-gateway
BACnet MQTT Gateway
Stars: ✭ 28 (+86.67%)
Mutual labels:  building-automation

README

The haystack-java library provides a java implementation of the haystack data model. It also includes a haystack 3.0 compliant client, and reference server.

Building

The project is built with Gradle. It makes uses of the gradle wrapper so that you don't have to actually install Gradle yourself. You should use the gradlew script to run all gradle tasks for this project.

After cloning the repository, run the following command to build and test the library.

./gradlew build (Unix)

./gradlew.bat build (Windows)

It is highly recommended to enable the gradle daemon so builds go faster.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].