reddit / baseplate.go

Reddit's Service Framework in Go
https://pkg.go.dev/github.com/reddit/baseplate.go
BSD 3-Clause "New" or "Revised" License
91 stars 77 forks source link

What is Baseplate? #9

Open scravy opened 4 years ago

scravy commented 4 years ago

The README states that this is

Baseplate implemented in Go

What is Baseplate? It would be helpful if the original Baseplate was linked. It sounds like this is an alternative implementation of some other thing called "Baseplate". If that other thing is not publicly available it would help to add a generic description to the README which explains what people are looking at.

fishy commented 4 years ago

We have an internal Baseplate Spec but it's not fully finalized and not ready for open source yet. Currently you can look at our first and reference implementation of Baseplate, the Python version, to get more context: https://github.com/reddit/baseplate.py