I'm new to Blazegraph and have inherited a complex system using it as its store.
Is there a configuration setting to automatically create a namespace if it doesn't exist but has data INSERTed to it?
I have two theoretically identical instances of Blazegraph running and both receiving inserts to namespaces that do not exist already. One seems to auto-create the namespace (which is what I want) and the other does not and errors. I'm wondering if this is configurable?
many thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Are you referring to a named graph or a blazegraph namespace? Named graphs
are always created on insert. Namespaces must be explicitly created using
the REST API.
I'm new to Blazegraph and have inherited a complex system using it as its
store.
Is there a configuration setting to automatically create a namespace if it
doesn't exist but has data INSERTed to it?
I have two theoretically identical instances of Blazegraph running and
both receiving inserts to namespaces that do not exist already. One seems
to auto-create the namespace (which is what I want) and the other does not
and errors. I'm wondering if this is configurable?
I'm new to Blazegraph and have inherited a complex system using it as its store.
Is there a configuration setting to automatically create a namespace if it doesn't exist but has data INSERTed to it?
I have two theoretically identical instances of Blazegraph running and both receiving inserts to namespaces that do not exist already. One seems to auto-create the namespace (which is what I want) and the other does not and errors. I'm wondering if this is configurable?
many thanks
Are you referring to a named graph or a blazegraph namespace? Named graphs
are always created on insert. Namespaces must be explicitly created using
the REST API.
Thanks,
Bryan
On Oct 13, 2017 4:21 AM, "Tim Clarke" chclarkee@users.sf.net wrote: