On 04/12/14 19:32, Daniel Hernández wrote:
El jue, 04-12-2014 a las 14:08 -0300, Daniel Hernández escribió:
Fixed in Fuseki2 - as in totally rewritten and redesigned.
Development snapshots:
http://repository.apache.org/content/groups/snapshots/org/apache/jena/jena-fuseki/2.0.0-beta-1-SNAPSHOT/
Thanks, I will try with it.
Daniel
I downloaded the distribution 46 and I start the server with:
./fuseki-server --config=run/config.ttl
I guest that now is not needed to configure datasets in a config.ttl
file. The new web interface shows controls to add new datasets and it
looks nice. However, I see no fields in the "add new dataset" tab. So,
how can I add a new dataset?
Regards,
Daniel
Fuseki2 should be compatible in configuration with Fuseki1 - that's the
intent anyway so if it isn't then please let us know.
The "manage datasets" (cogs) should have "add new dataset".
The current functionality for "add dataset" does not include uploading
assembler files and there are only two choice - memory and persistent
(TDB) with fixed service names. (These are actually templates - you can
look at the assemblers in the distribution.)
Do you see that functionality? If not, what sort of system are you
running on? (OS, browser).
If you are running Fuseki as a service, then the configuration file
approach may well be better - you can deploy with a script (chef,
puppet, sh) and run it. The UI is good for development and control of a
single server.
Andy