Provides read-only Image Suggestions access (via the cassandra-http-gateway framework) for the Data Gateway Service.
Building requires:
- Go (>= 1.19)
- Make
$ make
...
$ ./image-suggestions -h
Usage of ./image-suggestions:
-config string
Path to the configuration file (default "./config.yaml")Running the service requires access to a Cassandra database. The Image Suggestions schema can be
recreated using cassandra_schema.cql (ala cqlsh -f cassandra_schema.cql), but (for the time being)
test data is left as an exercise for the reader.
See the well-commented example, config.yaml.
See: https://wikitech.wikimedia.org/wiki/Kubernetes/Deployments