Skip to content
Quinn Hart edited this page Sep 17, 2015 · 5 revisions

Welcome to the ca-water-network wiki!

Queries

The water network application is driven by a number of queries from the client to the server. The response from all server requests are JSON responses. Users can use this same interface to make their own specialized queries to the system. The water network is stored in a mongodb style database, and the query interface allows queries similar to what is allowed via that interface. Any part of the JSON schema can be queried. The actual schema for the data can be investigated or simple example data examples can be taken from the application. As in mongodb query interface supports a filter parameter and a projection parameter.

Clone this wiki locally