Giter VIP home page Giter VIP logo

mesg-foundation / engine Goto Github PK

View Code? Open in Web Editor NEW
131.0 11.0 13.0 26.2 MB

Build apps or autonomous workflows with reusable, shareable integrations connecting any service, app, blockchain or decentralized network.

Home Page: https://mesg.com/

License: Apache License 2.0

Go 98.11% Shell 1.06% Dockerfile 0.09% Makefile 0.73%
services event-driven blockchain docker microservice framework

engine's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

engine's Issues

Connect to Docker

  • create docker service (container)
  • stop docker service (container)
  • create stack (swarm or kubernetes)

Better docker errors on the CLI

When the docker is not started, I get this ugly error:

Post http://unix.sock/services/create?: dial unix /var/run/docker.sock: connect: no such file or directory.

We should add a nice message that say to start docker and give a link to docker website to install it in case the user didn't install it yet.

Slack

  • Slack notifications
  • Slack command

Mongo

  • write to a collection

Account

  • Address generation #60
  • Store address and private key in a secure way #61
  • Backup #62
  • Sign transaction #63

Create docker swarm automatically

My docker was not a swarm manager. I had to enter a command manually. I get this error: API error (503): This node is not a swarm manager. Use "docker swarm init" or "docker swarm join" to connect this node to swarm and try again.. So I run the command docker swarm init. Can we run this command automatically?

Workflow store

  • state (inputs + results)
  • list of tasks
  • list of executions
  • statistics

Email

  • Send with Sendgrid
  • Receive with Sendgrid

Testnet

Deploy a very simple ethereum testnet.
Can use Puppeth.

Webhook

  • Receive webhook request
  • Send webhook request

Filter messages from services

Goal

  • Be able to be notified when we listen for an event only if it's a specific event, by default we should listen every events
  • Be able to listen a specific output from a specific task, by default we listen all the outputs of all the tasks

Ethereum service

  • Try to use a super light version of the ethereum client. We only need to listen for transactions, no history. (--sync=light)
  • Send signed transaction
  • Send transaction
  • Listen for blocks
  • Listen fro contract events
  • Encode event ABI to be able to filter it from the listener
  • Decode event
  • Call contract
  • MESG Transfer implementation

New service folder structure

We now enforce that a service has its own folder with a mandatory mesg.yml. See documentation.

All commands that require a service file, should now:

  • look in the current folder for a mesg.yml file.
  • accept a optional path the to service folder. EG: mesg-cli service validate ./PATH_TO_SERVICE_FOLDER

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.