smyte / smyte-db

Central build environment for Smyte C++ projects.
Other
47 stars 14 forks source link

smyte-db

This repo is the central build environment for all Smyte C++ projects. For documentation, issues, and code for the submodules in this project, please see each project's individual repo:

Smyte's C++ development is based on facebook's folly and wangle libraries to build high performance servers. The build system uses Google's bazel. By default, it builds a single executable binary that can be deployed to production directly.

Setup

Style guide

Follow Google's C++ style guide with a few exceptions:

Test

To run all tests, simply execute bazel test //...:all.