Has anyone used Neo4j with Adobe AIR before? I've read that REST support in 
Actionscript 3 is only GET and POST, will this limit me in anyway?

I'd really like to avoid getting familiar with a new development language 
right now. I'm looking into seeing if I can somehow use one of the drivers 
listed here:
http://www.neo4j.org/develop/drivers

NodeJS might be possible, though I don't have any experience with it. I'd 
also like to later use the Haxe language where the compiler can target c++, 
I'm not familiar with how I would interact with Neo4j in that scenario 
either.

I'm also curious if on the application end I had a list populated with 
fruits that a Cypher query returned and I wanted to later filter that list 
to only show fruits that were red and sorted by size, would I be best 
having that information returned from the original Cypher query and using 
it on the application logic to remove/hide the items from the list? Or 
would performing another Cypher query to the database be just as good if 
not better for filtering/sorting the data?

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to