Thanks..it was really helpful to me. If data from JSON is stored in a cache , how are the queries parsed according to the users action (click) and how are they sent to the database. Can u direct me where does this happen and how ? thank u
David Huynh-2 wrote: > > Sabrish Subramanian wrote: >> where is the data exactly stored from JSON files in exhibit ?...is it a >> cache >> or any in-memory model..... >> > The data is retrieved over to the browser and then stored into a > database implemented in Javascript. Here is the implementation: > http://static.simile.mit.edu/exhibit/api-2.0/scripts/data/database.js > Basically, it's a simplified 3-tier web application framework, including > the database, implemented in Javascript. > > You can consider it a cache that doesn't support write back (into the > JSON files). > > David > _______________________________________________ > General mailing list > [email protected] > http://simile.mit.edu/mailman/listinfo/general > > -- View this message in context: http://www.nabble.com/datastore-in-exhibit-tp15264995p15283052.html Sent from the SIMILE - General mailing list archive at Nabble.com. _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
