{"id":20059569,"url":"https://github.com/monix/monix-grpc","last_synced_at":"2025-05-05T15:31:49.083Z","repository":{"id":44778252,"uuid":"288153001","full_name":"monix/monix-grpc","owner":"monix","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-05T14:24:17.000Z","size":213,"stargazers_count":6,"open_issues_count":6,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-03-26T14:28:55.817Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-17T10:41:17.000Z","updated_at":"2024-03-26T14:28:55.818Z","dependencies_parsed_at":"2023-01-17T21:47:43.520Z","dependency_job_id":null,"html_url":"https://github.com/monix/monix-grpc","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/monix%2Fmonix-grpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monix%2Fmonix-grpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monix%2Fmonix-grpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monix%2Fmonix-grpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monix","download_url":"https://codeload.github.com/monix/monix-grpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224452805,"owners_count":17313668,"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-13T13:08:24.377Z","updated_at":"2024-11-13T13:08:24.938Z","avatar_url":"https://github.com/monix.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# monix-grpc\n\n[![Continuous Integration](https://github.com/jvican/monix-grpc/actions/workflows/ci.yml/badge.svg)](https://github.com/jvican/monix-grpc/actions/workflows/ci.yml)\n\nA library to write grpc client and servers in Scala using [Monix][].\n\n### Design Goals\n\n- Support all unary and streaming flavors of grpc calls\n- Provide nimble and fast Monix building blocks on top of `grpc-java`\n- Implement efficient cancellation, buffering and back-pressure out-of-the-box\n- Embrace and extend `grpc-java`'s' API safely and idiomatically instead of creating a new API\n\n### Installation\n#### sbt\nAdd the following to your `project/plugins.sbt`:\n```sbt\naddSbtPlugin(\"com.thesamet\" % \"sbt-protoc\" % \"1.0.4\")\n\nlibraryDependencies +=\n  \"me.vican.jorge\" %% \"monix-grpc-codegen\" % \"0.0.0+46-e1776191\"\n```\n\nAdd the following to your `build.sbt`:\n```sbt\nlazy val root = project\n  .settings(\n    Compile / PB.targets := Seq(\n      scalapb.gen(grpc = false) -\u003e (Compile / sourceManaged).value / \"scalapb\",\n      monix.grpc.codegen.GrpcCodeGenerator -\u003e (Compile / sourceManaged).value / \"scalapb\"\n    ),\n\n    libraryDependencies ++= Seq(\n        \"io.grpc\" % \"grpc-netty\" % \"1.39.0\",\n        \"com.thesamet.scalapb\" %% \"scalapb-runtime-grpc\" % scalapb.compiler.Version.scalapbVersion\n    )\n  )\n```\n\n### Generator options\nOptions can be set like:\n```sbt\n      monix.grpc.codegen.GrpcCodeGenerator(serviceSuffix = \"MySuffix\") -\u003e (Compile / sourceManaged).value / \"scalapb\"\n```\n\nThe current options are:\n- `serviceSuffix`: sets the suffix of the generated service name, the default is `Api`.\n\n### Example projects:\n- [sbt project](examples/sbt-installation/README.md)\n\n### Team\n\nThe current maintainers (people who can merge pull requests) are:\n\n- Jorge Vicente Cantero - [@jvican][]\n- Boris Smidt - [@borissmidt][]\n\n### Credits\n\n- Powered by [ScalaPB][] and [grpc/grpc-java][].\n- Inspired by [salesforce/reactive-grpc][], [typelevel/fs2-grpc][] and [scalapb/zio-grpc][] among others.\n\n[@jvican]: https://github.com/jvican\n[@borissmidt]: https://github.com/borissmidt\n[Monix]: https://github.com/monix/monix\n[ScalaPB]: https://scalapb.github.io\n[grpc/grpc-java]: https://github.com/grpc/grpc-java\n[scalapb/zio-grpc]: https://github.com/scalapb/zio-grpc\n[typelevel/fs2-grpc]: https://github.com/typelevel/fs2-grpc\n[salesforce/reactive-grpc]: https://github.com/salesforce/reactive-grpc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonix%2Fmonix-grpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonix%2Fmonix-grpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonix%2Fmonix-grpc/lists"}