Device Analytics is a service that provides a public API developed and maintained by the Wikimedia Foundation that serves the Unique Devices dataset, which contains the number of unique devices that have visited a Wikimedia project over a given period of time.
You will need:
- aqs-docker-test-env and its associated dependencies
Start up the Dockerized test environment in aqs-docker-test-env and load
make startupthen:
go run .Then, connect to http://localhost:8080/.
To run a suite of unit tests, first start up the Dockerized test environment in aqs-docker-test-env, then:
make testTo generate and view the API documentation, read the docs on Wikitech.