tomarrell / lbadd

LBADD: An experimental, distributed SQL database
MIT License
387 stars 26 forks source link

move tomarrell/lbadd to own organization #28

Open tsatke opened 4 years ago

tsatke commented 4 years ago

The point in time to do this is NOT NOW, however, we should maybe think about this at some point.

Besides the core lbadd, there will be static analysis tools (at least for the parser) that help developers develop better and more easily. Other than analysis tools, there might be custom written code generator tools at some point, as well as a documentation homepage. Maybe we even want to outsource certain components instead of having everything in one big repo. This would also allow other developers to re-use components that we built (like uber does with its libraries, we could outsource the parser, so that other projects have a working SQL parser (we keep the IR)).

Before doing this, we should build a sensible structure that works for us.

tsatke commented 4 years ago

The biggest upside to this would be, that we can define more people that can administrate the repository and its members, as well as CI tools such as fuzzit.dev, without impacting Tom's private account. If this project gains more traction and more developers, this will definitely be neccessary.

tsatke commented 4 years ago

FYI and ping @tomarrell