example-service icon indicating copy to clipboard operation
example-service copied to clipboard

Simple arithmetic service compatible with SingularityNET platform. Can be used as a starting point to build services on the platform

Results 5 example-service issues
Sort by recently updated
recently updated
newest added

@raamb Was working on deploying the service to sent platform and most of the tutorials in [this](https://dev.singularitynet.io/tutorials/publish/) do not cover if we are deploying it from certain IP. I tried...

A duplicate of #8 with additional commits that automatically address incorrect style, created by [Restyled][]. Since the original Pull Request was opened as a fork in a contributor's repository, we...

Using the `multiprocessing` module with `socket.SO_REUSEPORT` option to spawn multiple processes to handle concurrent gRPC's requests. [Reference](https://github.com/grpc/grpc/blob/master/examples/python/multiprocessing/server.py)

So, if I have this right, you can create a service consumable by SingularityNET. A clean way is to use Docker containers but I'm guessing that isn't a 100% requirement....