github.com/cloudnativego/drones-query

Implementation of the Query portion of CQRS for the drones sample


Install
go get github.com/cloudnativego/drones-query

Documentation

wercker status

Drone Army Query Service

Service for the Event Sourcing/CQRS sample that fulfills the role of query service. Exposes a simple API for querying the last event stored for any given drone ID.

Resource Method Description
/drones/{droneId}/lastTelemetry GET Retrieves the last telemetry event for a drone
/drones/{droneId}/lastAlert GET Retrieves the last alert event for a drone
/drones/{droneId}/lastPosition GET Retrieves the last position event for a drone