Code Monkey home page Code Monkey logo

cqels's Introduction

CQELS (Continuous Query Evaluation over Linked Data)

This repository is a fork of https://github.com/KMax/cqels for the purpose of testing CQELS performance with SRBench on lightweight computers. It was originally forked from the CQELS respository on Google Code.

Running SRBench

  1. git clone https://github.com/eugenesiow/cqels.git
  2. You need to have maven installed.
  3. cd cqels
  4. mvn dependency:copy-dependencies package
  5. cd target
  6. chmod 775 run.sh
  7. Download station ALPHA's data here and place it in the ../knoesis_observations_ike_csv/ or edit the run.sh accordingly if you place it in a different directory.
  8. ./run.sh 1 10 1000 where the first 2 parameters are the queries to run from (e.g. q1 to q10) and the 3rd parameter is the delay (in ms) between events.
  9. Results will be output as output/q1.txt and so on. Each line in the output is the time taken from the event being sent to the stream to the result being received through the callable.
  10. You can also run ./run_count.sh 1 10 1000 which will export time_taken:results_count instead.
  11. You can also run ./run_smarthome.sh 1 2 1000 which run the smarthome analytics benchmark. Note: only queries 1 and 2 are fully supported. For query 3 the FILTER doesn't work with CQELS and has been removed (you can execute the version without). This will require the smarthome data in csv to stream.

Other Projects

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.