ya-mori / python-monorepo

monorepo sample using python and poetry
113 stars 11 forks source link

How do you add another language as a microservice using this structure? #1

Closed rlam3 closed 3 years ago

rlam3 commented 3 years ago

Hi,

I found this repo to be interesting I have a few questions:

  1. How do you add another language as a microservice using this structure? Ex a JS FrontEnd, another Go backend service

  2. How do you handle linting and commitizen with pre-commit hooks for this project?

ya-mori commented 3 years ago

@rlam3 Thanks for posting the issue.

How do you add another language as a microservice using this structure? Ex a JS FrontEnd, another Go backend service

This project is intended to be used only with Python.

How do you handle linting and commitizen with pre-commit hooks for this project?

In my product, I'm using Google Cloud Build to set up triggers under specific directories. ex) trigger1 hooks only projects/project-one/