doridori / Lore

Graph Database knowledge-base with front-end display
0 stars 0 forks source link

RFC-1: Decide on stack #1

Open doridori opened 6 years ago

doridori commented 6 years ago

https://stackshare.io/

Initial Ideas

graph DB

non graph

Host (PaaS)

For simplicity need a PaaS, dont have to worry about any real admin

Host (Serverless)

Host (no host!)

Use file syncing like dropbox and or google drive. Web apps would be awkward, electron app for desktop? Would mean no costs at all for me.

server side framework

front end (options)

OR

Multiplatform

Auth

doridori commented 6 years ago

Playing with the neo4j local server I think it would make sense to not visualise the graph, and rather display just one level deep from the current point in the graph, max of 10-20, ordered by how many children those nodes have. This would be simpler to read from a users point of view, and visualisation would be useful for admin cleanup only.

This means can cut out the visualisation stuff from the above stack.