I've started a Roadmap wiki for planning vNext -- with API rethinking.
That is all. Feedback and input always appreciated and welcome. =)
Aseem
Wes Freeman
unread,
Oct 1, 2012, 5:01:01 PM10/1/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ne...@googlegroups.com
Nice job, Aseem. I've been "watching" your github repo for a while. Sounds like some cool stuff in the Roadmap.
I vote against a Cypher DSL, personally. Aside from being a bear to maintain and keep up with real Cypher, I think it adds some unnecessary complexity. Just my opinion!
Wes
Aseem
--
Aseem Kishore
unread,
Oct 1, 2012, 5:34:52 PM10/1/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ne...@googlegroups.com
Thanks Wes!
And I think I agree with your point on the maintainability and complexity of having a DSL. Mostly though, I just wonder if people would prefer to write straight-up Cypher anyway, with full flexibility.
--
Wes Freeman
unread,
Oct 1, 2012, 5:39:19 PM10/1/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ne...@googlegroups.com
Maybe some simple things could be helper functions that have Cypher behind them (without the goal of attempting to make it a full DSL)--for example, I send CREATE UNIQUE stuff through Cypher via some helper functions that convert the parameters to Cypher parameters. I have one for nodes and one for relationships.
--
einthusan
unread,
Oct 1, 2012, 6:22:48 PM10/1/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ne...@googlegroups.com
Yes, i rather write Cypher with full flexibility...! Great work.