Hi there N4j Community!
I'm looking to include simple Bloom-like functionality within my react web application. Ideally connected to a DB spun up from scratch and populated at each session.
I'm aiming to illustrate some basic business relationship data graphs. It will take little to no input user interaction; rather, I would just have some fixed queries and a perspective to render the data.
Here is the rough sequence I would want happening on a session:
- Render react page with a Bloom-like UI element
- Connected to an in-memory DB - server or client side, either could work
- Feed the DB, render the corresponding graph on the page
- At end of session, swipe the DB
I'm wondering if it makes sense to consider building this with Neo4j? I'd appreciate some architectural hints and a link for me to get going in the right direction...
Cheers and happy weekend!
Nis