Lablup Backend.AI Meta-package
Project description
Backend.AI is a streamlined backend API server that hosts heterogeneous programming languages and popular AI frameworks. It manages the underlying computing resources for multi-tenant computation sessions where such sessions are spawned and executed instantly on demand.
Server-side Components
If you want to run a Backend.AI cluster on your own, you need to install and configure the following server-side components. All server-side components are licensed under LGPLv3 to promote non-proprietary open innovation in the open-source community.
There is no obligation to open your service/system codes if you just run the server-side components as-is (e.g., just run as daemons or import the components without modification in your codes). Please contact us (contact-at-lablup-com) for commercial consulting and more licensing details/options about individual use-cases.
For details about server installation and configuration, please visit our wiki.
Manager with API Gateway
It routes external API requests from front-end services to individual agents. It also monitors and scales the cluster of multiple agents (a few tens to hundreds).
Package namespace: ai.backend.gateway and ai.backend.manager
Agent
It manages individual server instances and launches/destroys Docker containers where REPL daemons (kernels) run. Each agent on a new EC2 instance self-registers itself to the instance registry via heartbeats.
Package namespace: ai.backend.agent
Kernels
A set of small ZeroMQ-based REPL daemons in various programming languages and configurations.
- https://github.com/lablup/backend.ai-kernel-runner
Package namespace: ai.backend.kernel
A common interface for the agent to deal with various language runtimes
- https://github.com/lablup/backend.ai-kernels
Runtime-specific recipes to build the Docker images (Dockerfile)
Jail
A programmable sandbox implemented using ptrace-based sytem call filtering written in Go.
Hook
A set of libc overrides for resource control and web-based interactive stdin (paired with agents).
Commons
A collection of utility modules commonly shared throughout Backend.AI projects.
Package namespaces: ai.backend.common
Client-side Components
Client SDK Libraries
We offer client SDKs in popular programming languages. These SDKs are freely available with MIT License to ease integration with both commercial and non-commercial software products and services.
- Python (provides the command-line interface)
pip install backend.ai-client
- Java
Currently only available via GitHub releases
- Javascript
npm install backend.ai-client
- PHP (under preparation)
composer require lablup/backend.ai-client
Media
The front-end support libraries to handle multi-media outputs (e.g., SVG plots, animated vector graphics)
The Python package (lablup) is installed inside kernel containers.
To interpret and display media generated by the Python package, you need to load the Javascript part in the front-end.
Integrations with IDEs and Editors
- Jupyter Kernel: data scientists’ favorite tool
Package namespaces: backend.ai-integration
- Visual Studio Code Extension
Search ‘live code runner’ among VSCode extensions.
- Atom Editor plugin
Search ‘live code runner’ among Atom plugins.
- IntelliJ / PyCharm plugin
Coming soon!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for backend.ai-1.3.0-py36-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00de3df01230312728142bfe99e3e80826a5a7be1e5db871f98a0aa05b413c70 |
|
MD5 | c75da76a6c89c8e94d152e75ef1dc426 |
|
BLAKE2b-256 | b9fc54bd268ebdc77c993cac78bc484cd58464fd6531245c57d8b887d134f7a2 |