Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipjyotimetia/grpc-buf
gRPC services build with buf
https://github.com/dipjyotimetia/grpc-buf
Last synced: about 1 month ago
JSON representation
gRPC services build with buf
- Host: GitHub
- URL: https://github.com/dipjyotimetia/grpc-buf
- Owner: dipjyotimetia
- Created: 2023-01-22T10:35:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T06:59:42.000Z (about 1 month ago)
- Last Synced: 2024-11-09T07:34:15.967Z (about 1 month ago)
- Language: Go
- Size: 461 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Name: gRPC-buf
gRPC-buf is a Golang-based project that utilizes the `connectrpc.com/connect` library to develop gRPC and
REST APIs. It is designed to be deployed on Google Cloud Run and uses the `github.com/cloudevents/sdk-go` library for
publishing CloudEvents to Google Cloud Pub/Sub and Apache Kafka topics.## Table of Contents
- [Project Name: gRPC-buf](#project-name-grpc-buf)
- [Table of Contents](#table-of-contents)
- [Features](#features)
- [Prerequisites](#prerequisites)
- [Installation](#installation)## Features
- gRPC and REST API development using `connectrpc.com/connect` library.
- Deployment on Google Cloud Run.
- CloudEvents integration with Google Cloud Pub/Sub and Apache Kafka topics using `github.com/cloudevents/sdk-go`.## Prerequisites
- [Go](https://golang.org/doc/install) (1.17 or later)
- [Google Cloud SDK](https://cloud.google.com/sdk/docs/install)
- [Docker](https://docs.docker.com/get-docker/)
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)## Installation
1. Clone the repository:
```bash
$ git clone https://github.com/dipjoytimetia/gRPC-buf.git
$ cd gRPC-buf
```