-
Notifications
You must be signed in to change notification settings - Fork 0
Description
It seems like we are in the need of an Aggregation Framework that would make it easy to add new Aggregation options. Another goal of this is to also make building the ResponseData standard - or if it is better suited then we make the implementation of the Aggregation supply that logic.
Another thought I just had was to create the array of data needed by the Flot.js library on the server. We could build a string, may not be that fast, or we could build the array using Rhino or Node.js and still have to pass it as a string. We could use another dynamic language that could get us to where we need to be all in one shot. We could pass the raw data, from neo4j, into this dynamic language and have it do what is needed - may be faster and help clean up the custom.js file. Just an idea.