Giter VIP home page Giter VIP logo

blueengine-docs's Introduction

BlueEngine Document

Welcome to the BlueEngine document. Whether you are a back-end developer, or an AI engineer, in order to use the BlueEngine ecosystem, there are three main parts you need to care about:

Key features

The BlueEngine SDK is what an AI engineer will use to transform an AI model, or any kind of processing code in general, to an engine that can be integrated into the BlueEdge system. Using the BlueEngine ecosystem to build engines give you several benefits:

  • Build an engine is as simple as writing Python functions.
  • Easily create waterfall style multi-step processing pipeline, each step run in its own Process.
  • Auto scale the Processes to handle multiple concurent inputs. This is the key feature to raise the number of CCU that the big system can handle, with minimum cost.
  • Easily send and receive any type of data to and from other engines or services, from JSON to image and video streams.
  • Create Dynamic Acyclic Graphs (DAGs) that can combine multiple engines together to form a complicated, high performance processing pipeline. DAGs can be created on web UI or with Python scripts (TODO)
  • Smart auto scaling mechanism, scale by number of incomming requests. Allow scale-to-zero to minimize operation cost.
  • Support webhooks.
  • Deploy to cloud, on-prem, or hybrid systems.
  • Ready-to-use monitoring system.

Roadmap

  • Web UI to create DAGs
  • Python SDK to create DAGs

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.