Giter VIP home page Giter VIP logo

mathur7 / aegis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from module-federation/aegis

0.0 1.0 0.0 1.28 MB

Module federation for the backend. MicroLib published to NPM. Avoid the cost and complexities of a distributed application and implement a microservices monolith comprised of truly modular, independently deployable "microservice libraries."

License: Apache License 2.0

JavaScript 36.75% TypeScript 2.91% WebAssembly 60.34%

aegis's Introduction

ÆGIS

See the MicroLib repo for documentation and a working example of a federation server.

Aegis Overview

Using ÆGIS

Install

npm i @module-federation/aegis

Contribute Open in Visual Studio Code

git clone https://github.com/module-federation/aegis
cd aegis
yarn
yarn build
yarn link 

cd ..

git clone https://github.com/module-federation/microlib
cd microlib
cp dotenv.example .env
yarn
yarn link "@module-federation/aegis"
yarn build
yarn start
yarn demo

Work in Progress

WebAssembly

Enable polyglot, WASM-powered compute

Overview:

  • Support WASM modules as domain, adapter, and service components
  • Linter and compiler transform supports compiling existing TypeScript to AssemblyScript
  • Support in browser and on any WASM runtime (No Node.js dependency)

AppMesh

Decentralized network for transparent integration and dynamic redistribution of federated software

Overview:

  • Distributed object cache over switched mesh network
  • Gracefully degrade or upgrade based on available middleware (plug-in NATs, Kafka, etc).
  • No assumption of container networking or provisioning automation, compute delivery nethod abstracted
  • Operations analytics / AIOps capture performance at switch nodes, recommends deployment changes)
  • Operations automation (implement recommended changes, including basic orchestration)
  • Dynamic redeployment (e.g. of 2 chatty services to same instance, run closer to users and data)
  • Use Cases: DataMesh, Federated Learning, transparent integration, low-config,

Based on:

  • Web3 / blockchain / Solid
  • Software defined overlay network

aegis's People

Contributors

tysonrm avatar renovate-bot avatar scriptedalchemy avatar

Watchers

James Cloos 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.