Giter VIP home page Giter VIP logo

sorna's Introduction

Lablup Sorna

Sorna ("Software on Remote Networking Appliances") is a distributed back-end computation service with highly abstracted API. Unlike AWS Lambda, it provides a preset of kernel images representing various programming environments and allows users to execute their code snippets without a cumbersome packaging process. All sub-projects are licensed under LGPLv3+.

Components

Sorna Manager / API Gateway

It routes external API requests from front-end services to agent instances by checking the instance registry.

Sorna Agent

It manages individual EC2 instances and launches/destroyes Docker containers where REPL daemons (kernels) run. Each agent on a new EC2 instance self-registers itself to the instance registry via heartbeats.

Sorna REPL

A set of small ZMQ-based REPL daemons in various programming languages and configurations. It also includes a sandbox implemented using ptrace-based sytem call filtering written in Go.

Sorna Common

A collection of utility modules commonly shared throughout Sorna projects, such as logging and messaging protocols.

Sorna Client

A client library to access the Sorna API servers with ease.

Sorna Media

A front-end and kernel-side support libraries for multi-media (e.g., animated vector graphics)

  • The Python package (sorna) 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.
  • https://github.com/lablup/sorna-media

Installation

The Sorna project uses latest features in Python 3.5+ and docker. We highly recommend to use pyenv to use an isolated setup with custom Python versions that might not be supported by your

First, install Docker on your system. We have tested Sorna on Linux/Ubuntu and macOS ("Docker for Mac").

For a single PC setup, just run pip install sorna. It will automatically install all above sub-projects as well as their dependencies.

Development

git flow

The sorna repositories use git flow to streamline branching during development and deployment. We use the default configuration (master -> preparation for release, develop -> main development, feature/ -> features, etc.) as-is.

sorna's People

Contributors

achimnol avatar inureyes 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.