All Projects → MitocGroup → Deep Framework

MitocGroup / Deep Framework

Licence: mpl-2.0
Full-stack JavaScript Framework for Cloud-Native Web Applications (perfect for Serverless use cases)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Deep Framework

Booster
Booster Cloud Framework
Stars: ✭ 136 (-74.48%)
Mutual labels:  aws, serverless, cloud-native, framework
Apisix Docker
the docker for Apache APISIX
Stars: ✭ 119 (-77.67%)
Mutual labels:  microservices, serverless, cloud-native
Micro
Micro is a distributed cloud operating system
Stars: ✭ 10,778 (+1922.14%)
Mutual labels:  microservices, cloud-native, framework
Aws Serverless Ecommerce Platform
Serverless Ecommerce Platform is a sample implementation of a serverless backend for an e-commerce website. This sample is not meant to be used as an e-commerce platform as-is, but as an inspiration on how to build event-driven serverless microservices on AWS.
Stars: ✭ 469 (-12.01%)
Mutual labels:  microservices, aws, serverless
Up
Up focuses on deploying "vanilla" HTTP servers so there's nothing new to learn, just develop with your favorite existing frameworks such as Express, Koa, Django, Golang net/http or others.
Stars: ✭ 8,439 (+1483.3%)
Mutual labels:  microservices, aws, serverless
Serverless Api Example
Example of a Golang, Serverless API
Stars: ✭ 62 (-88.37%)
Mutual labels:  microservices, aws, serverless
Kratos
A modular-designed and easy-to-use microservices framework in Go.
Stars: ✭ 15,844 (+2872.61%)
Mutual labels:  microservices, framework, cloud-native
Aws Microservices Deploy Options
This repo contains a simple application that consists of three microservices. Each application is deployed using different Compute options on AWS.
Stars: ✭ 370 (-30.58%)
Mutual labels:  microservices, aws, serverless
Gloo
The Feature-rich, Kubernetes-native, Next-Generation API Gateway Built on Envoy
Stars: ✭ 3,219 (+503.94%)
Mutual labels:  microservices, serverless, cloud-native
Eventstormingworkshop
EventStorming workshop, this is a hands-on workshop. Contains such topics: DDD, Event storming, Specification by example. Including the AWS product : Serverless Lambda , DynamoDB, Fargate, CloudWatch.
Stars: ✭ 184 (-65.48%)
Mutual labels:  microservices, aws, serverless
Kong
🦍 The Cloud-Native API Gateway
Stars: ✭ 30,838 (+5685.74%)
Mutual labels:  microservices, serverless, cloud-native
Apisix
The Cloud-Native API Gateway
Stars: ✭ 7,920 (+1385.93%)
Mutual labels:  microservices, serverless, cloud-native
Middy
🛵 The stylish Node.js middleware engine for AWS Lambda
Stars: ✭ 2,592 (+386.3%)
Mutual labels:  aws, serverless, framework
Python Lambda
A toolkit for developing and deploying serverless Python code in AWS Lambda.
Stars: ✭ 1,247 (+133.96%)
Mutual labels:  microservices, aws, serverless
Aws Serverless Data Lake Framework
Enterprise-grade, production-hardened, serverless data lake on AWS
Stars: ✭ 179 (-66.42%)
Mutual labels:  aws, serverless, framework
Designing Cloud Native Microservices On Aws
Introduce a fluent way to design cloud native microservices via EventStorming workshop, this is a hands-on workshop. Contains such topics: DDD, Event storming, Specification by example. Including the AWS product : Serverless Lambda , DynamoDB, Fargate, CloudWatch.
Stars: ✭ 131 (-75.42%)
Mutual labels:  microservices, aws, serverless
Deep Microservices Todomvc
Todo Microservice is built on top of DEEP Framework using Microservices Architecture
Stars: ✭ 44 (-91.74%)
Mutual labels:  serverless, cloud-native, full-stack
Spec
Open Application Model (OAM).
Stars: ✭ 2,317 (+334.71%)
Mutual labels:  microservices, serverless, cloud-native
Shep
A framework for building JavaScript Applications with AWS API Gateway and Lambda
Stars: ✭ 376 (-29.46%)
Mutual labels:  aws, serverless, framework
Midway
🍔 A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. 🌈
Stars: ✭ 5,080 (+853.1%)
Mutual labels:  aws, serverless, framework

DEEP Framework

NPM Version Build Status Test Coverage API Docs

DEEP Framework is a Full-Stack JavaScript Framework for building cloud-native web applications.

This framework is a core component of a larger ecosystem, called Digital Enterprise End-to-end Platform.

Using DEEP Framework, developers get out-of-the-box:

  • streamlined "production-like" development environment
  • enterprise-level platform using microservices architecture
  • virtually infinite scalability with zero devops (aka serverless computing)
  • abstracted use of web services from cloud providers (e.g. AWS, GCP, etc.)

Amazon Web Services is the only supported cloud provider at the moment. Help needed to add support for Google Cloud Platform, Microsoft Azure, and others.

Documentation is available as Developer Guide and API Guide.

Learn hands-on how to build and deploy cloud-native web applications from this blog post and this tutorial video.

Getting Started

Step 1. Pre-requisites

npm install deepify -g

If you want to use deepify on Windows, please follow the steps from Windows Configuration before running npm install deepify -g and make sure all npm and deepify commands are executed inside Git Bash.

Step 2. Install Microservice(s) Locally

deepify install github://MitocGroup/deep-microservices-helloworld ~/deep-microservices-helloworld

Path parameter in all deepify commands is optional and if not specified, assumes current working directory. Therefore you can skip ~/deep-microservices-helloworld by executing mkdir ~/deep-microservices-helloworld && cd ~/deep-microservices-helloworld before deepify install.

Step 3. Run Microservice(s) in Development

deepify server ~/deep-microservices-helloworld -o

When this step is finished, you can open in your browser the link http://localhost:8000 and enjoy the deep-microservices-helloworld running locally.

Step 4. Deploy Microservice(s) to Production

deepify deploy ~/deep-microservices-helloworld

Amazon CloudFront distribution takes up to 20 minutes to provision, therefore don’t worry if it returns an HTTP error in the first couple of minutes.

Step 5. Remove Microservice(s) from Production

deepify undeploy ~/deep-microservices-helloworld

Amazon CloudFront distribution takes up to 20 minutes to unprovision. That's why deepify command checks every 30 seconds if it's disabled and when successful, removes it from your account.

Developer Resources

Having questions related to deep-framework?

Interested in contributing to deep-framework?

Looking for web applications that use (or are similar to) deep-framework?

Sponsors

This repository is being sponsored by:

This code can be used under MPL v2.0 license:

See LICENSE for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].