/README
http://github.com/bpanulla/cf_neo4j · #! · 6 lines · 4 code · 2 blank · 0 comment · 0 complexity · 3230eec4d0996a1468157f57d3277d41 MD5 · raw file
- This project contains my work on using the Neo4j graph database engine from ColdFusion Web applications.
- src/org.fraught.neo4j.neo4j A helper CFC that simplifies connecting to a Neo4j instance
- src/hello_world.cfm Implementation of "Hello World" Neo4j application from http://wiki.neo4j.org/content/Getting_Started_Guide
- src/test_cfc.cfm Same as hello_world.cfm, but using the helper CFC.