Git Product home page Git Product logo

yttrium's Introduction

Yttrium Server Library

Yttrium is a set of mostly independent libraries that together form the base of a server stack. The project currently consists of the following modules:

  • Yttrium-Core
    • Functionality used by most other modules and serialization handling.
  • Yttrium-Router
    • A library for routing server requests to web server calls. It creates an internal description of each route and supports exporting the functionality in different ways, while also generating documentation.
  • Yttrium-Server
    • Manages creating servers that export the functionality from routes using different protocols. Currently supports HTTP and a custom binary format.
  • Yttrium-Codegen
    • Takes descriptions of data structures and generates very efficient encoding and decoding from and to different formats.
  • Yttrium-Metrics
    • Collects metrics from different servers and backend modules, analyses them and displays them.
    • Provides a metrics server that stores and analyses metric data. This data can then be retrieved and shown by GUI clients.
  • MySQL-Async
    • A simple, fast, fully asynchronous MySQL driver for the JVM.
    • Provides a simple DSL for easy construction of queries from code.

yttrium's People

Contributors

johguse avatar rimmerm avatar

Stargazers

 avatar

Watchers

 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.