In the case there is a NoSQL database, e.g. rdf graph database, property graph database, etc....
or the user has defined his own customised schema for his SQL database, I want to achieve the following.
Import a topic map in Wandora, where the topics have IDs from the user-defined database, modify my topics there, perhaps add new as well and then
do an export of the topic map.
Now this is the tricky part, when you export your topic map, Wandora has changed all the IDs with an internal "t......." format.
Is there a way to preserve or get the mapping from the internal IDs to those that the user provided with the imported topic map.
This will be super for those users like me that want to use Wandora for an intermediate processing stage but store the result into an external database.
I am thinking of course that in the future you could develop some form of a RESTful API with JSON response.