Hi, I would like to see raw Neo4J graph created by stuctr. Does strctr-ui provide the Neo4J web admin ? If not how could I embed it in order to view Neo4J nodes and relationships ? Thanks
Axel Morgner · ax...@morgner.de · @amorgner
c/o Morgner UG · Hanauer Landstr. 291a · 60314 Frankfurt ·
Germany
phone: +49 151 40522060 · skype: axel.morgner
structr - Open Source CMS and Web Framework based on Neo4j: http://structr.org
structr Mailing List and Forum: https://groups.google.com/forum/#!forum/structr
Graph Database Usergroup "graphdb-frankfurt", sponsored by
Neo4j: http://www.meetup.com/graphdb-frankfurt
Das Sport-Sharing-Netzwerk des Deutschen Olympischen
Sportbundes (DOSB): https://splink.de
If you have the time, I would be really interested to know more details about 0.6 changes (especially related to the data model), and what improvements it will make it possible for end users or developers.
Le samedi 27 octobre 2012 10:59:46 UTC+2, Axel Morgner a écrit :Hi Seb,
at the moment, the only way to see structr's nodes and rels through the Neo4j webadmin is to duplicate the db directory and use it with a standalone Neo4j server (or simply stop structr and start Neo4j server pointing to the same db directory).
Although, there are three future options to use structr and Neo4j server at the same time:
a) Include Neo4j server as a structr module
b) Include structr as a Neo4j server plugin
c) Use the HA setup to replicate between two repos
All solutions require a certain amount of hacking, but all of them thould be doable. We'll add some of these options to our roadmap, as it is a often-requested feature.
Please note, that all structr modules are currently undergoing a serious refactoring, including a change to the data model of structr UI, so we need to wait for this being finished in order to go for the integration with Neo4j webadmin.
Cheers
Axel
Am 27.10.2012 00:59, schrieb Seb:
Hi, I would like to see raw Neo4J graph created by stuctr. Does strctr-ui provide the Neo4J web admin ? If not how could I embed it in order to view Neo4J nodes and relationships ? Thanks
--
Axel Morgner · ax...@morgner.de · @amorgner
c/o Morgner UG · Hanauer Landstr. 291a · 60314 Frankfurt · Germany
phone: +49 151 40522060 · skype: axel.morgner
structr - Open Source CMS and Web Framework based on Neo4j: http://structr.org
structr Mailing List and Forum: https://groups.google.com/forum/#!forum/structr
Graph Database Usergroup "graphdb-frankfurt", sponsored by Neo4j: http://www.meetup.com/graphdb-frankfurt
Das Sport-Sharing-Netzwerk des Deutschen Olympischen Sportbundes (DOSB): https://splink.de
--
You received this message because you are subscribed to the Google Groups "structr" group.
To post to this group, send an email to str...@googlegroups.com.
To unsubscribe from this group, send email to structr+u...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msg/structr/-/C-4Zi54F2w8J.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks for your feedback. I have began to play with feature/typed_property_keys branch.I would be very interested by your slides.
Since Structr is template less, I would also like to understand how do you currently (or plan) to deal with rendering of dynamic data elements, for example rendering a list of users stored in Neo4J.
In classical CMS, I would write a component with a template containing a loop, put a user collection in this component instance context in order to render it, and attach it to a HTML DOM element.
I have played with the backoffice and understood how you do Neo4J nodes + relationaship mapping to HTML elements, but with non HTML node, how do you manage this in Structr ? Don't you have to use templates or views to specify how to render these data ?
Cool,
Are you going to do a screen cast?
/peter
Send from mobile device.
--
You received this message because you are subscribed to the Google Groups "structr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to structr+u...@googlegroups.com.
To post to this group, send email to str...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/structr/8c031f10-4c98-48e8-8076-25a09ed066d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I'll accept in advance this that is likely a very silly questions. I just don't know how/what UI or application to query that data with.
Any tips appreciated