Git Product home page Git Product logo

cqels's People

Contributors

samilabed avatar

Watchers

 avatar

Forkers

berezovskyi

cqels's Issues

Null point exception for the context

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

Hi, i tried the example given in the wiki to initialise the CQELS engine on the 
your test data but i am getting the null point exception. I have attached the 
file for the testcase and the text stream.
Please let me know how to solve this issue. Thanks



Original issue reported on code.google.com by [email protected] on 1 Sep 2014 at 10:10

Attachments:

Source code fro TextStream and its Test class

In your wiki you include a snippet of the TextStream class and then show some 
code how to instantiate the class and run the thread. Please could you send me 
an example class of each of these, which I can execute against your datasets 
downloaded form the wiki. This would realy help me in understanding how the 
sytem works. I was expecting to find the examples as part of your source code, 
but they are not included in the source files which I downloaded through svn.

I have actually built the example classes myself, but I do not think they are 
working as intended, I am getting too many runtime errors.

I would really appreciate any help with the source of the examples. 

Original issue reported on code.google.com by [email protected] on 4 Mar 2014 at 10:38

testint issues

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Feb 2013 at 4:26

IllegalArgumentException when executing query with 'RANGE' pattern

Executing a CQELS query with a 'RANGE' pattern but without a corresponding 
'SLIDE' pattern causes a IllegalArgumentException as 
java.util.Timer.schedule(...) is called with a period = 0 which is not allowed. 
Adding a 'SLIDE' pattern resolves this problem, as it changed the period to > 0.

What steps will reproduce the problem?
1. Download and compile current trunk version from SVN
2. Execute CQELS query with 'RANGE' pattern but without 'SLIDE' pattern. For 
example modify the example query 'query1.cqels' by changing the line

STREAM <http://deri.org/streams/rfid> [NOW] 

to 

STREAM <http://deri.org/streams/rfid> [RANGE 1s] 

3. execute example code running modified query with 'Paul Erdoes' as AUTHORNAME.



Original issue reported on code.google.com by [email protected] on 7 Mar 2014 at 10:56

Update Apache Jena libraries

The Jena libraries used in the project need to be updated, because it forbid 
the latest version of these libraries on the client side.

In example:
 - jena-arq 2.9.3 -> 2.11.1
 - jena-tdb 0.9.3 -> 1.0.1

As I see this require some changes in the code.

Original issue reported on code.google.com by KolchinMax on 8 May 2014 at 5:11

Switch to Apache Maven

It makes sense to convert current project to an Maven project to properly 
maintain dependencies, publish artifacts on the Central Maven Repository and 
other stuff. Currently it's hard to use CQELS, because the all code and its 
dependencies are packaged in a single jar, that creates problems with 
dependency management.

Original issue reported on code.google.com by KolchinMax on 8 May 2014 at 4:08

Calculate the query execution time

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Ans: I need the query execution time, just like the results of "Using the CQELS 
engine", which returns a small query execution time. I need to vary the dataset 
and the query. I also need to run multiple query instances at a time.

What version of the product are you using? On what operating system?
Ans:It's version r204 under trunk in the svn

Please provide any additional information below.
Ans: My main goal is to measure the query execution time using customized 
datasets and multiple query instances. How can I do that? I prefer using the 
latest source code on svn, which I can customized parameters. Or it is fine if 
I can do that with the CQELS engine jar file.

I have also implemented a main class (attached) for executing the query engine 
from source code. But I don't know how to measure the query execution time.

Thanks a lot. 

Original issue reported on code.google.com by [email protected] on 13 Oct 2014 at 12:00

Attachments:

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.