{"id":17209137,"url":"https://github.com/zaquestion/truss","last_synced_at":"2025-03-25T11:41:48.420Z","repository":{"id":69164934,"uuid":"155122877","full_name":"zaquestion/truss","owner":"zaquestion","description":null,"archived":false,"fork":false,"pushed_at":"2018-11-29T21:08:38.000Z","size":13609,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T10:41:44.348Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zaquestion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-10-28T22:41:35.000Z","updated_at":"2019-11-27T18:26:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc5c8fa3-612e-4271-a8c5-86c2d7e6d96e","html_url":"https://github.com/zaquestion/truss","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaquestion%2Ftruss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaquestion%2Ftruss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaquestion%2Ftruss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zaquestion%2Ftruss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zaquestion","download_url":"https://codeload.github.com/zaquestion/truss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245458047,"owners_count":20618693,"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-10-15T02:50:53.030Z","updated_at":"2025-03-25T11:41:48.380Z","avatar_url":"https://github.com/zaquestion.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Truss [![Build Status](https://travis-ci.org/tuneinc/truss.svg?branch=master)](https://travis-ci.org/tuneinc/truss)\n\nTruss handles the painful parts of services, freeing you to focus on the\nbusiness logic.\n\n![Everything all the time forever](http://i.imgur.com/FtvVeBG.jpg)\n\n## Install\n\nCurrently, there is no binary distribution of Truss, you must install from\nsource.\n\nTo install this software, you must:\n\n1. Install protoc 3 or newer. The easiest way is to\ndownload a release from [github](https://github.com/google/protobuf/releases)\nand add to `$PATH`.\nOtherwise [install from source.](https://github.com/google/protobuf)\n1. Install Truss with\n\n\t```\n\tgo get -u -d github.com/tuneinc/truss\n\tcd $GOPATH/src/github.com/tuneinc/truss\n\tmake dependencies\n\tmake\n\t```\n\tOn Windows, do the following instead:\n\t```\n\tgo get -u -d github.com/tuneinc/truss\n\tcd %GOPATH%/src/github.com/tuneinc/truss\n\twininstall.bat\n\t```\n\n## Usage\n\nUsing Truss is easy. You define your service with [gRPC](http://www.grpc.io/)\nand [protoc buffers](https://developers.google.com/protocol-buffers/docs/proto3),\nand Truss uses that definition to create an entire service. You can even\nadd [http annotations](\nhttps://github.com/googleapis/googleapis/blob/928a151b2f871b4239b7707e1bb59258df3fe10a/google/api/http.proto#L36)\nfor HTTP 1.1/JSON transport!\n\nThen you open the `handlers/handlers.go`,\nadd you business logic, and you're good to go.\n\nHere is an example service definition: [Echo Service](./_example/echo.proto)\n\nTry Truss for yourself on Echo Service to see the service that is generated:\n\n```\ntruss _example/echo.proto\n```\n\nSee [USAGE.md](./USAGE.md) and [TUTORIAL.md](./TUTORIAL.md) for more details.\n\n## Developing\n\nSee [DEVELOPING.md](./DEVELOPING.md) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaquestion%2Ftruss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaquestion%2Ftruss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaquestion%2Ftruss/lists"}