Git Product home page Git Product logo

octahe.rust's Introduction

Octahe

License Twitter Octahe build

(O)ctahe

Octahe allows you to simplify operations, create concise applications, and focus on what you do best.

What is Octahe?

Octahe is a deployment tool which uses the Containerfile as DSL for deploying software via SSH, Local or Serial connections.

Why should you consider using Octahe?

The Containerfile DSL is simple, only consisting of 16 different verbs. This means solutions run through Octahe are inherently easy to understand and test.

With Octahe, deployers and operators can test solutions in Containers and easily push to Baremetal, Virtual machines, or even containerized targets; all without having to change configurations formats.

Octahe has the ability to natively proxy through multiple targets using sockets. This capability allows deployers to flatten their approach to deployments, all without needing to compromise infrastructure or craft obscure deployment schemes.

Multi-key, multi-bastion, multi-user, multi-server, multi-target deployments all made simple.

Octahe uses simple multi-processing which leverages native Rust queues of Operations. This built-in abstraction provides Octahe the ability to ensure consistent deployments across multiple hosts, using complex dependencies, all without troubling the user. From 1 machine to 1000, Octahe will get a solution deployed quickly and consistently, without compromise.

The ability to develop in containers, the power to push high performance solutions down to metal.

Evolve your application by devolving the stack.

Whether you're deploying software to the cloud, building high-performance computing environments, or IOT applications, Octahe has it covered. The Zero footprint design employed by Octahe will get you up and running in as little as one step.

Test in containers, Deploy TO production.

While containers are fantastic tools, they can be limiting, they can create application complexities, and they do create bottlenecks. Octahe aims to enable teams to deploy applications into stateful Targets, using the simplicity of Containerfile(s), without any of the machinery that comes alone with containers.

Configuration

The Octahe follows the Dockerfile reference with one new verb, TO. This new verb can be expressed on the CLI or within a provided container file.

Target options

When deploying TO a target Octahe provides options by supporting options that span SSH, localhost, and Serial.

Installation

TBD

Building Octahe

Octahe dependencies on CentOS 8

TBD

Building the Octahe binary

TBD

Deploying Octahe in Containers

TBD

Octahe deploying Octahe

TBD

Running functional tests

TBD

Usage

The CLI interactions are familiar and simple.

octahe -k ~/.ssh/id_rsa ~/Targetfile

The console output is simple, and easy to follow.

Beginning deployment execution
✔ Step 0/3 : COPY index.html /opt/index.html
✔ Step 1/3 : EXPOSE 7000
✔ Step 2/3 : WORKDIR /opt
✔ Step 3/3 : ENTRYPOINT python3 -m http.server 7000

Here's the application being deployed to 5 remote Targets in realtime.

octahe-run

Real World Demo

Checkout the demo repo, highlighting how Octahe can be used in a more real world situation.


More documentation and examples can be found here.

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.