Skip to content

Required Dependencies

Shubham Prashar edited this page Apr 14, 2022 · 1 revision

You can generate your microservice without any dependencies however to use it you will be needing the following dependencies.

  1. MySQL version 8.0.28 : This is an open-source relational database management system that your generated service will be using. Please follow this guide to install MySQL in your system

  2. Protoc version 3.19.4 : Protocol Buffers is a free and open-source cross-platform data format used to serialize structured data. Please follow this guide to install Protoc.

  3. GoLang version 1.17.6: Your generated service will be in GoLang. Go is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. Go is syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style concurrency. Please follow this guide to install Go.

Clone this wiki locally