ms-db-publisher

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 16, 2021 License: MIT Imports: 8 Imported by: 0

README

Minesweeper

The famous game since the early days of Microsoft where you have to flag the cells with mine while opening the cells with value and get the highest score possible.

Microservices Ecosystem

This repository is part of a larger ecosystem of microservices each serving it's purpose in bring Minesweeper to life.

You can use the docker-compose.yml file to start all the services in separate docker containers in one go. This file is available in a different repository. Please let me know if you'd like to experiment with that.

About

This repository contains the Update Database APIs for the game in golang. The service reads from a Kafka topic for saving the game and updating ratings of the player.

Environment Variables
  • MONGO_CLIENT_ID - MongoDB Cloud Atlas client id
  • DATABASE - MongoDB Database
  • MONGO_COLLECTION - MongoDB Collection
  • KAFKA_TOPIC - Kafka Cluster topic
  • KAFKA_BROKER_ID - Kafka Cluster broker id
  • USERS_URL - Users service URL
  • HOST_PREFIX - Prefix for the network requests (http:// or https://)
Run the service

The service can be run either directly as a go project or use a Docker container to build and run.

The projects uses go modules to manage the dependencies.

Run the following commands in order to build the project to build from the command line.

go get -d -v ./...
go mod download
go mod vendor
go mod verify
go build
go run main.go

Or the following to build the docker container.

docker build -t minesweeper .
docker run -it minesweeper

Ensure that the go.sum and vendor/modules.txt do not have it's content altered unless there is a dependency alteration.

Author
  • Atul Anand

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL