-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Quinn Hart edited this page Sep 17, 2015
·
5 revisions
Welcome to the ca-water-network wiki!
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.
- Simple Examples show some simple example queries.
- Getting all Node Locations shows a more detailed example of getting all the node locations into a CSV file.
- Link Bounds Shows an example of getting all Upper Bounds for every link in the database.