{"id":20838160,"url":"https://github.com/vinatorul/mongo_grpc_service_template","last_synced_at":"2025-09-29T01:30:30.691Z","repository":{"id":262784136,"uuid":"888332821","full_name":"Vinatorul/mongo_grpc_service_template","owner":"Vinatorul","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-14T08:21:36.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2024-11-14T09:26:55.086Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vinatorul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-14T08:09:11.000Z","updated_at":"2024-11-14T08:09:17.000Z","dependencies_parsed_at":"2024-11-14T09:27:15.740Z","dependency_job_id":"092612be-a61a-41c7-9839-2d7ab369e258","html_url":"https://github.com/Vinatorul/mongo_grpc_service_template","commit_stats":null,"previous_names":["vinatorul/mongo_grpc_service_template"],"tags_count":0,"template":false,"template_full_name":"userver-framework/service_template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinatorul%2Fmongo_grpc_service_template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinatorul%2Fmongo_grpc_service_template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinatorul%2Fmongo_grpc_service_template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinatorul%2Fmongo_grpc_service_template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vinatorul","download_url":"https://codeload.github.com/Vinatorul/mongo_grpc_service_template/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234575265,"owners_count":18854927,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T01:09:31.451Z","updated_at":"2025-09-29T01:30:30.372Z","avatar_url":"https://github.com/Vinatorul.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# service_template\n\nTemplate of a C++ service that uses [userver framework](https://github.com/userver-framework/userver).\n\n\n## Download and Build\n\nTo create your own userver-based service follow the following steps:\n\n1. Press the green \"Use this template button\" at the top of this github page\n2. Clone the service `git clone your-service-repo \u0026\u0026 cd your-service-repo \u0026\u0026 git submodule update --init`\n3. Give a proper name to your service and replace all the occurences of \"service_template\" string with that name\n4. Feel free to tweak, adjust or fully rewrite the source code of your service.\n\n\n## Makefile\n\nMakefile contains typicaly useful targets for development:\n\n* `make build-debug` - debug build of the service with all the assertions and sanitizers enabled\n* `make build-release` - release build of the service with LTO\n* `make test-debug` - does a `make build-debug` and runs all the tests on the result\n* `make test-release` - does a `make build-release` and runs all the tests on the result\n* `make start-debug` - builds the service in debug mode and starts it\n* `make start-release` - builds the service in release mode and starts it\n* `make` or `make all` - builds and runs all the tests in release and debug modes\n* `make format` - autoformat all the C++ and Python sources\n* `make clean-` - cleans the object files\n* `make dist-clean` - clean all, including the CMake cached configurations\n* `make install` - does a `make build-release` and run install in directory set in environment `PREFIX`\n* `make install-debug` - does a `make build-debug` and runs install in directory set in environment `PREFIX`\n* `make docker-COMMAND` - run `make COMMAND` in docker environment\n* `make docker-build-debug` - debug build of the service with all the assertions and sanitizers enabled in docker environment\n* `make docker-test-debug` - does a `make build-debug` and runs all the tests on the result in docker environment\n* `make docker-start-release` - does a `make install-release` and runs service in docker environment\n* `make docker-start-debug` - does a `make install-debug` and runs service in docker environment\n* `make docker-clean-data` - stop docker containers\n\nEdit `Makefile.local` to change the default configuration and build options.\n\n\n## License\n\nThe original template is distributed under the [Apache-2.0 License](https://github.com/userver-framework/userver/blob/develop/LICENSE)\nand [CLA](https://github.com/userver-framework/userver/blob/develop/CONTRIBUTING.md). Services based on the template may change\nthe license and CLA.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinatorul%2Fmongo_grpc_service_template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinatorul%2Fmongo_grpc_service_template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinatorul%2Fmongo_grpc_service_template/lists"}