Giter Site home page Giter Site logo

sirius-db's Introduction

sirius

Welcome to the database module of the SIRIUS OpenSource framework created by scireum GmbH. To learn more about what SIRIUS is please refer to documentation of the kernel module.

SIRIUS Database Module

Provides access to popular databases like JDBC/SQL, MonoDB, Redis or Elasticsearch.

For each database a low level interface is provided which combines configuration, monitoring, metrics and debugging with best performance possible.

Additionally a mapping layer is provided for JDBC, MongoDB and Elasticsearch, which is called Mixing.

If you want to use sirius-db in a web environment (in conjunction with sirius-web) have a look at sirius-biz which provides a lot of helpers for that scenario.

Features

  • Database independent mapping framework which can be extended by user code
  • Mixins which can extend existing model classes and be enabled within customizations
  • Wrappers for efficient calls into JDBC databases, Redis and MongoDB with automatic connection management
  • Automatic schema and index generation for all managed databases - note that sirius-biz provides an UI for this
  • Metrics and Monitoring of all database operations - note that sirius-web provides an UI to display these stats and timings
  • Automatic reporting for slow or inefficient database opertions

Important files of this module:

Frameworks

  • Mixing
    Provides a database independent mapping framework which can be extended by user code.
  • JDBC
    Provides a both, a low-level interface which adds configuration- and resource management to JDBC while still delivering its raw performance. Also a high-level mapper based on Mixing is provided.
  • ES
    Provides a HTTP based client for Elasticsearch which utilizes Mixing to provide a high-level API.
  • Mongo
    Provides a both, a low-level interface which adds configuration- and resource management to the plain MongoDB driver whil still delivering its raw performance. Also a high-level mapper based on Mixing is provided.
  • Redis
    Contains a helper framework which provides configuration- and resource management when talking to one or more Redis servers.

sirius-db's People

Contributors

andyha avatar fkrone avatar frizrobin avatar hggh avatar idlira avatar jmuscireum avatar lokalise-bot avatar meg1502 avatar philhup avatar sabieber avatar tbiscireum avatar tobsucht 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.