I see Wandora as a triple-store MS Access. Wandora incorporates simple database, importer and editor for it, browser for collected data and custom forms. Wandora's presentation and customizing are a little bit weaker, but it have advantage of interactive graph panel for editing and browsing data. So as Wandora have similar structure as Acces I suggest that it may be used in similar way.
But I'm aware that two-day dip is not sufficient to judge over technology. So I'd like to know if Wandora is suited for a task I'd like to perform with it. I have a sqlite database scraped from the site: http://kmalloy.cloudapp.net/dndtools.eu/index.html It contains many rules, spells, monsters and other stuff from 3rd edition of the d&d. Now site has legal issues and I'd like to make a local copy of the dndtools knowledge database. Something that allows browse entries in the database, search among them, and read full description of found entries. That local copy is supposed to be used by me only, so it's ok if database would have ugly design, complicated and obscured interface.
I'm ready to do some work on conversion from sqlite to topicmap, construct search queries, fill custom forms and write some code in java (preferably scala) if necessary. Other choice I have is to use orientdb as graph DB engine, javafx as GUI framework and write simple application to map data from local store to screen. I bother that choosing Wandora would double all the work needed for standalone application but in unfamiliar and not-so-well suited technology stack. On the other hand standalone application may become pretty complicated if I would like to enrich it with basic editing, such as removing corrupted entries, correcting misprints, adding missing associations between entries and so on.
So taking in account my goals and resources should I give a try to Wandora. Have I catched what it is designed to be used for?