Architectural papers

Hi all,
I was just wondering if there is a place where I can find some architectural specs for people that want to start contributing and diving into the projects.
I am really interested on how components are talking each other (at least from a logic pov), material/documentation of any sort might help getting more contributors onboard.

Thanks

1 Like

I second this request. I had to do a LOT of digging in order to make sense of how everything relates to the API: Protobufs might be great for cross-language interfaces, but being automatically generated, and with such a variety of generation options, it makes readability of the resulting Go code a bit hard to follow. Working with the API from an outsider’s perspective can be quite discouraging.

2 Likes