Hi Pablo, In addition to Dimitris' comments:
> - Either to change the code in our current TPFS (in > https://github.com/LinkedDataFragments/Server.js) to support 'live' updates > of the data, > - OR a new server implementation that supports live updates of the data We would really suggest changing the current server, as building a new server will probably not be as sustainable. Specifically, the server currently uses HDT files as a backend; one option is to see how you can append data to HDT. So I would phrase the “we need” as: – an update to the server so that live datasets are supported… – … perhaps by modifying the HDT backend code. Best, Ruben ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Dbpedia-gsoc mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dbpedia-gsoc
