Say we have 10K items of student data for 5 schools. Each student has
roughly the same data attributes (address, classes, height, grade). I
can break up the data for each school into 5 separate data sources, each
with 2000 items. When the Exhibit page loads, I would only load the
first data source:
< link ... href="school1,js" >
Then, the user would click on buttons to load the other school's data.
(It's easy to add a link element to the page head.) Exhibit would then
load this new data source, in addition to the first or maybe replace the
first school's data if necessary. As other school data is loaded,
assign each data source to its own collection and dynamically modify the
collectionIDs through js for views and facets.
Does Exhibit have the potential to handle this? Thanks for your thoughts.
- John
**************************************************
John Callahan
Geospatial Application Developer
Delaware Geological Survey, University of Delaware
227 Academy St, Newark DE 19716-7501
Tel: (302) 831-3584
Email: john.c...@udel.edu
http://www.dgs.udel.edu
**************************************************