I'm new to Pyramid, and I am working on setting it up to use neo4j-python (
http://components.neo4j.org/neo4j.py/). 

>From the docs, a basic way to use Neo4j.py is:

from neo4j import NeoService
neo = NeoService( "/neo/db/path" )
   with neo.transaction:
       node = neo.reference_node
       node = neo.node()
       # start manipulating the node space, starting from node.
neo.shutdown()

In the neo4j-python source, there is a django_model for use, has anyone done 
this on Pyramid?

Would you need to use another DB for sessions/metadata?

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to