I am thinking of making a more thorough database connection + scripting examples module tutorial similar to my Perspective component example.
I am soliciting ideas for possibly useful examples outside of the following:
- The ability to have multiple pooled connections to different databases
- Script functions to perform CRUD operations,
- A wicket page for the database connection persistent records,
- Managing a third party jar in a module
- Very thorough docs like my other one explaining all the files, build structure, etc.,
(Note I recognize the wicket and config stuff will be totally different in 8.3, but I already have examples of this from an old neo4j module I made, so it’s relatively low effort for anyone trapped in 8.1 long term)
A few “nice to haves” I thought of
- Query Browser,
- “Named query” style resources
- Status Page in Gateway (also I have an example, so low-ish effort, even though wicket)
Lastly, I am probably going to do it in Redis, feels like the lowest hanging fruit example with a friendly-ish Java library.
I am open to thoughts for additional features that would be useful to explain