WikiNets
WikiNets copied to clipboard
Create Cypher Query Plugin
Is this a necessary feature given that Neo4j comes with a powerful (and continually getting better) browser?
Perhaps it would be best just to link directly to the admin interface of the associated database?
This could be a feature that is only available to ADMIN account.
I'm considering adding this to the omniBox. We can execute a cypher query is one types
? start n=node(*) return n;
where the ? indicates the start of a cypher query.