|
|
|
|
|
by xrd
2098 days ago
|
|
Do you then sync to a real CouchDB? Or, do you use PouchDB server on the backend, or otherwise? I'm interested in understanding how you eventually translate to Graph4j and how you do authentication. Where can I look for this? This is really, really cool that you open sourced this. Thank you. |
|
The visualisation library I'm using is by Ant Design (Alibaba).
You can see some examples below from the documentation.
https://g6.antv.vision/en/examples/gallery
Re syncing with real CouchDB - I haven't implemented that yet but from what I read, its definitely possible with PouchDB.
Re I have a bunch of Express APIs that expose PouchDB so I can do basic CRUD operations such as creating resources etc.