Giter VIP home page Giter VIP logo

bes's Introduction

Project Bes

Egyptian God Bes

Project Bes is a foundational framework for building a high-performance C++ microservices environment. It contains application templates and an infrastructure that allows you to:

  • Communicate easily with the gRPC and Protobuf messages
  • Handle to HTTP requests with integrated FastCGI
  • Respond to HTTP requests with an high-speed Jinja2-style templating engine
  • Distribute quickly in a containerised environment such as Kubernetes
  • Be cloud-friendly and cloud-provider agnostic

A core value of this project, in order to ensure stability and high-performance:

  • Don't trust random library producers

As such, an absolute minimal external dependency list is mandatory for this project. Dependencies that do make it in must be highly trusted and/or only touch non-critical components.

See the Development Log for ongoing discussion on the development and strategy of the framework.

Documentation Contents

Library Documentation

Code Dependencies

Core dependencies:

  • gRPC
    • Nexus of RPC applications

Non-critical dependencies:

  • YAML C++:
    • Reading application config files
    • Loading routes into a MappedRouter (optional)
  • CPP Redis:
    • For Redis session support
  • GTest:
    • Running test suites

DBAL Requirements:

  • Cassandra: Drivers are required on the OS; see the prerequisites in the building documentation
  • BigTable: Google Cloud APIs are included as a project dependency

bes's People

Contributors

jordonsc avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.