Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-07-16 Thread Aleksey Lim
On Mon, Jul 02, 2012 at 05:38:42PM +0200, Christophe Guéret wrote: Hi Aleksey, I've packaged redstore to SD:Factory repos ( https://packages.sugarlabs.org/project/monitor?project=SweetsDistribution:Factory ) the package is redstore that provides redstore command and redstored init.d

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-07-07 Thread Christophe Guéret
Dear everyone, I've updated the installation bundle for SemanticXO and also fixed a few bugs reported on this mail thread. To play around with the code: * go to http://git.sugarlabs.org/semanticxo/main/trees/master/patch_my_xo * put the files patch_my_xo.py and semanticxo.tgz somewhere on the XO

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-07-02 Thread Christophe Guéret
Hi Aleksey, I've packaged redstore to SD:Factory repos ( https://packages.sugarlabs.org/project/monitor?project=SweetsDistribution:Factory ) the package is redstore that provides redstore command and redstored init.d script. Great! Many thanks :) I didn't make it autorun in case if you

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-23 Thread Aleksey Lim
On Wed, May 23, 2012 at 08:04:20AM +0200, Christophe Guéret wrote: Hi, Did you run it on XO laptops with stable OLPC OS (which is based on Fedora-14)? There are no required dep versions for recent redstore release. Yes, all the development testing is done with Sugar 0.94. However, I

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-23 Thread Aleksey Lim
On Wed, May 23, 2012 at 08:31:50AM +0200, Christophe Guéret wrote: But was it Fedora-14? If yes, what redstore version you used (because the recent one can't be build on Fedora-14 due to dependencies' versions). On the XO yes, I suppose, but on my desktops I use Archlinux. I use Redstore

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-15 Thread Christophe Guéret
As you rightly guessed, there are some parts of the API that still have to be implemented. The things I've tested so far work fine though: launch the emulator, create some entries by using the activities and browse the content of the journal. Christophe On 15 May 2012 00:09, Sascha Silbe

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-14 Thread Sascha Silbe
=?UTF-8?Q?Christophe_Gu=C3=A9ret?= c.d.m.gue...@vu.nl writes: The installation procedure is not super convenient but should be manageable anyway: http://wiki.sugarlabs.org/go/Features/Semantic_Web/Testing I was able to install it on Debian Wheezy by using the distro packages libraptor2-dev,

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-14 Thread Sascha Silbe
Eduardo H. Silva hoboprim...@gmail.com writes: I have a question, could activities add new entries to the semantic datastore? For example, Paint and Write when installed would add these items: Painted a picture of,IsActionOf,Paint Wrote,IsActionOf,Write Then you could use this information

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-12 Thread Christophe Guéret
Is fulltext search implemented in existing light weight triple storages like in RDBMS? ie, if you need fulltext search, create particular index. Nope, in fact you do not control the indexes. Triple store implementing just what is in the recommendation index everything that is a literal. For

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-11 Thread Aleksey Lim
On Thu, May 10, 2012 at 03:00:43PM +0200, Christophe Guéret wrote: How compare SemanticXO journal to our actual implementation, regarding to disk space and performance (in a xo) ... Besides, I'd like to note that apart from the performance difference, which may or may not be in favour

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-11 Thread Aleksey Lim
On Fri, May 11, 2012 at 03:41:03PM +0200, Christophe Guéret wrote: For remote access you mean such feature in particular triple storage implementation? If it is about adding remote access to some of existing triple storage implementations, it might be useful to split the work into

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-10 Thread Gonzalo Odiard
How compare SemanticXO journal to our actual implementation, regarding to disk space and performance (in a xo) Gonzalo On Wed, May 9, 2012 at 1:45 PM, Christophe Guéret c.d.m.gue...@vu.nlwrote: Dear all, A part of the project SemanticXO concerns the implementation of an alternative Journal

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-10 Thread Christophe Guéret
How compare SemanticXO journal to our actual implementation, regarding to disk space and performance (in a xo) However I agree this is an important question, I can not give any proper answer to it yet. Some time ago I did some performance test for the triple store:

[Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-09 Thread Christophe Guéret
Dear all, A part of the project SemanticXO concerns the implementation of an alternative Journal implementation making use of the triple store backend. Triple store are data bases optimised to store factual information in the form of statements linking a subject, a property and a value. This

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-09 Thread Eduardo H. Silva
2012/5/9 Christophe Guéret c.d.m.gue...@vu.nl: Dear all, A part of the project SemanticXO concerns the implementation of an alternative Journal implementation making use of the triple store backend. Triple store are data bases optimised to store factual information in the form of statements

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-09 Thread Eduardo H. Silva
2012/5/9 Eduardo H. Silva hoboprim...@gmail.com: 2012/5/9 Christophe Guéret c.d.m.gue...@vu.nl: Dear all, A part of the project SemanticXO concerns the implementation of an alternative Journal implementation making use of the triple store backend. Triple store are data bases optimised to

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-09 Thread Christophe Guéret
Hi Eduardo, Thanks for testing! Ah, the error actually starts with /usr/bin/sugar-datastore (which I replaced with the one included in the semanticXO directory): datastore-service:13:module:ImportError: No module named semanticstore.datastore Have you modified the first lines of this script

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-09 Thread Eduardo H. Silva
2012/5/9 Christophe Guéret c.d.m.gue...@vu.nl: I did modify, but mistyped them. I get a different error now: connection.py:630:call_blocking:DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/bin/datastore-service exited with status 1 Traceback (most recent call

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-09 Thread Christophe Guéret
Ah, running datastore-service standalone showed that it was looking for the python module rdflib . After install python-rdflib package, it complains of missing SPARQLWrapper (python?) module. Searching yum for sparql only shows the package rasqal which I have installed. Ok, I totally forgot

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-09 Thread Eduardo H. Silva
2012/5/9 Christophe Guéret c.d.m.gue...@vu.nl: Ah, running datastore-service standalone showed that it was looking for the python module rdflib . After install python-rdflib package, it complains of missing SPARQLWrapper (python?) module. Searching yum for sparql only shows the package rasqal

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-09 Thread Eduardo H. Silva
2012/5/9 Eduardo H. Silva hoboprim...@gmail.com: 2012/5/9 Christophe Guéret c.d.m.gue...@vu.nl: Ah, running datastore-service standalone showed that it was looking for the python module rdflib . After install python-rdflib package, it complains of missing SPARQLWrapper (python?) module.

Re: [Sugar-devel] Call for testing and feedback: alternative Journal implementation

2012-05-09 Thread Eduardo H. Silva
2012/5/9 Christophe Guéret c.d.m.gue...@vu.nl: Launches fine for me now. Great! Now, most of the fun happens at http://localhost:8080 After having created some Journal entries, go to this address and display the content of named graphs to see how the records are turned into triples. The