Giter Site home page Giter Site logo

linanqinqin / snapfaas-images Goto Github PK

View Code? Open in Web Editor NEW

This project forked from princeton-sns/snapfaas-images

0.0 0.0 0.0 7.03 MB

Makefile 14.13% Shell 10.63% JavaScript 35.08% C 15.23% Python 9.90% C++ 2.82% Dockerfile 0.17% Java 11.22% Go 0.83%

snapfaas-images's Introduction

rootfs

rootfs contains four subdirectories, namely common, fullapp, regular, and snapfaas.

Directory common contain files that are common to the rest three directories each of which represents a style of booting a guest VM.

Directory fullapp contains code and scripts to generate root file systems each of which contains both a language runtime and an application. All wrapper scripts contain one snapshotting point.

Directory regular contains code and scripts to generate root file systems each of which contains both a language runtime and an application. The difference between regular and fullapp is that regular runtime wrapper scripts contain no snapshotting point. Otherwise, the two are the same.

Directory snapfaas contains code and scripts to generate root file systems each of which contains just one language runtime and no application code. snapfaas runtime wrapper scripts expects a second file system, i.e. appfs, which contains application code and mounts it to /srv. All wrapper scripts contain two snapshotting point. The first is for generating language snapshot and the second is for generating diff snapshot.

Note that snapfaas contains some special runtimes that are only intended for special measurements. See snapfaas/README.md.

appfs

Directory appfs contains serverless functions:

  1. Python3 functions are under appfs/python3.
  2. Node.js functions are under appfs/nodejs.

Each directory in appfs/$runtime is a serverless function containing files and a Makefile to build the filesystem for the function.

Each app directory that begins with "." are apps that snapfaas/microbenchmark will skip.

snapfaas-images's People

Contributors

alevy avatar linanqinqin avatar tan-yue 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.