ozone
ozone copied to clipboard
A JavaScript database for realtime data analysis and visualization
More advanced filtering options, including an easier way to add filtering closures. This may require some real-world usage to explore the solution space. We'll use mongoDB for inspiration, since that...
An API which assumes filtering and partitioning are not instantaneous. This would allow Fields or parts of Fields to be loaded on the fly. This could be as simple (in...
LibreOffice cut/paste does tab-delimited. If the first row contains tabs, switch to a tab-delimited reader.
EWAH, Roaring Bitmaps, or some other compressed bitmap format. Roaring is particularly nice because it can be done as a combination of other IntSet formats. See: http://code.google.com/p/javaewah/ http://roaringbitmap.org/ A good...
In the AJAX file format, instead of including all data, allow links to data and/or names of access functions. DataStores and Fields should include as much relevant metadata as possible...