GithubHelp home page GithubHelp logo

khangtoh / fx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from metrue/fx

1.0 1.0 0.0 49.36 MB

Poor man's serverless framework based on Docker, Function as a Service with painless.

Ruby 2.96% Makefile 2.03% Go 92.77% JavaScript 1.28% Python 0.96%

fx's Introduction

fx

Poor man's function as a service.

Usage

  • clone and build
$ git clone https://github.com/metrue/fx
$ make install-deps && make build
  • start server
./build/fx serve

now you can make a function to service in a second.

./build/fx up fx/example/functions/func.js

of course you can do more.

Usage:
$ fx serve                                      start f(x) server
$ fx up   func1.js func2.py func3.go ...        deploy a function or a group of functions
$ fx down [service ID] ...                      destroy a function or a group of functions
$ fx list                                       list deployed services
$ fx --version                                  show current version of f(x)

Architecture

TODO

Features

  • no API Gateway
  • no Function Watchdog
  • no Docker Swarm
  • no Kubernets
  • no fancy web dashboard

but f(x)

  • makes a function to be a service in seconds.
  • supports all major programming languages (Node, Golang, Ruby, Python) functions to services.

Contributors


Minghe

Core


Founder of f(x)


Tim

Core


Founder of f(x)

fx's People

Stargazers

 avatar

Watchers

 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.