| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Welcome to the Image Processing Distributed Service! This service allows you to process thousands of images collected from stores in a distributed and scalable manner. Follow the steps below to set up and run the service locally.
git clone git@github.com:srrathi/distributed-image-processor.gitchange directory to project root directory
cd distributed-image-processorAfter setting up everything, open four terminal instances in the root of the project folder.
Run the following commands to start the 4 microservices in 4 terminals:
go run services/jobStatus/main.go
go run services/submitJob/main.go
go run services/storeVisits/main.go
go run services/consumer/main.goUse the provided Postman Collection for testing the endpoints.
If you encounter any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.
Happy processing!
| Back | FazBrowse Home | New Git URL |