[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Graphical databases ?



Hello Craig,

although I think weâ??re slightly off topic here, please be aware that neo4j is not a graphical database (eg. it doesnâ??t aim to be gui-driven), but a *graph* one: this characteristic tells you about the paradigm the db engine uses to organize and indicize data; itâ??s just another flavour, the others being - for example - relational and document databases.

Operationally wise is quite hassle free, also has an integrated backup tool which does its job; being a java application it consumes a fair amount of ram just to run :-)â?¦it uses lucene under the hood (just as elasticsearch does), so memory wise you should take dataset size into account and plan accordingly. Our dataset is very small so I canâ??t be very helpful on this matter. Runs nicely in docker and thereâ??s also an official image.

I use it for outside plant documentation, for me does its job definitely better than an excel file, but itâ??s not so user friendly: the data visualization tool does its job but feels more a PoC than a mature application, and itâ??s read onlyâ?¦so for data entry you have to manually write queries. Iâ??m looking to integrate it with a proper GIS solution in the future.

TL;DR: itâ??s fine if you want to use it as a database for your application, but itâ??s not a complete application by itself (even if the integrated data visualization tool does its job pretty well). Operationally wise is a piece of cake, also runs nicely in docker.

Regards
Simone

> Il giorno 11 ott 2019, alle ore 04:14, Craig <cvuljanic at gmail.com> ha scritto:
> 
> Has anyone used the graphical data base software:
> https://neo4j.com/ <https://neo4j.com/>
> 
> I looked at this software several years ago, but it will still relatively new. 
> We are exploring using this to create dependencies of our network infrastructure hardware, customer information, etc. etc. 
> 
> here is an example:
> https://neo4j.com/graphgist/network-dependency-graph <https://neo4j.com/graphgist/network-dependency-graph>
> 
> For those that have used it:
> Has anyone been able to successfully use this for their networks? 
> pros/cons/good/bad
> 
> Is maintaining the data a chore? 
> Has it helped operationally?
> 
> if anyone has any input would appreciate hearing from you;
> 
> thanks;
> 
> CPV


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nanog.org/pipermail/nanog/attachments/20191011/62454a8e/attachment.html>