|
|
|
|
|
by pcowans
4825 days ago
|
|
Can you be more specific about how large 'large' is? Edit: without knowing the specifics, you might like to look at Elasticsearch (http://www.elasticsearch.org/). That'll give you an HTTP/JSON API into your data, so you might be able to do all the UI work you need client side, e.g. with Backbone.js (http://backbonejs.org/) or similar. |
|