What is an easy way to create a basic website with a graph database backend for beginners?

Graphical database systems such as ne04j appear to be becoming very popular lately. I am a newbie who is trying to set up a website that needs to display some of the data that is best displayed using the graph database (in fact, I visualize this on the website).

I am developing this website using Drupal CMS, but I am open to switching to another CMS or, in the worst case, using a web application such as Django. Can someone suggest me a basic template, website or extension for CMS that allow you to create graphical databases or a good way to start exploring the development of web applications using graphical databases for noob?

+4
source share
3 answers

There is http://structr.org/ , a CMS built on Neo4j and is very open and capable. Other bindings, you can take a look at the REST bindings and the neo4j built-in bindings to jump.

+2
source

Well, if you are interested in using Drupal for chart management, I would recommend looking at these modules:

+4
source

If you are looking for even more alternatives for charting in Drupal, you can start by comparing the charting module , which includes information and links about a fairly large number of charting modules in Drupal.

If you are aware of other modules not included in it, please update this document if you can, or let me know.

+1
source

Source: https://habr.com/ru/post/1395940/


All Articles