All Projects → LiuChangFreeman → Oneindex Serverless

LiuChangFreeman / Oneindex Serverless

Licence: mit
Serverless version of OneIndex, which can be deployed on aliyun.com

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Oneindex Serverless

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 (+1186.08%)
Mutual labels:  serverless, aliyun
Funcraft
(have) Fun with Serverless(API Gateway & Function Compute)
Stars: ✭ 833 (+110.89%)
Mutual labels:  serverless, aliyun
Serverless Vscode
Aliyun Function Compute extension. Lets you develop your serverless application of Aliyun within VSCode.
Stars: ✭ 272 (-31.14%)
Mutual labels:  serverless, aliyun
Swim
Distributed software platform for building stateful, massively real-time streaming applications.
Stars: ✭ 368 (-6.84%)
Mutual labels:  serverless
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 (-6.33%)
Mutual labels:  serverless
Storyscript
Magical coding language for tomorrow’s developer; the other 1 billion people not in GitHub. 🧙
Stars: ✭ 381 (-3.54%)
Mutual labels:  serverless
Bash Lambda Layer
Run Bash scripts in AWS Lambda via Layers
Stars: ✭ 390 (-1.27%)
Mutual labels:  serverless
Claudia
Deploy Node.js projects to AWS Lambda and API Gateway easily
Stars: ✭ 3,690 (+834.18%)
Mutual labels:  serverless
Angular
JSON powered forms for Angular
Stars: ✭ 385 (-2.53%)
Mutual labels:  serverless
Faas
OpenFaaS - Serverless Functions Made Simple
Stars: ✭ 20,820 (+5170.89%)
Mutual labels:  serverless
Vandium Node
AWS Lambda framework for building functions using Node.js for API Gateway, IoT applications, and other AWS events.
Stars: ✭ 377 (-4.56%)
Mutual labels:  serverless
Serving
Kubernetes-based, scale-to-zero, request-driven compute
Stars: ✭ 4,238 (+972.91%)
Mutual labels:  serverless
Up Examples
Example apps, apis, and sites for Up.
Stars: ✭ 381 (-3.54%)
Mutual labels:  serverless
Eventmesh
EventMesh is a dynamic cloud-native eventing infrastruture used to decouple the application and backend middleware layer, which supports a wide range of use cases that encompass complex multi-cloud, widely distributed topologies using diverse technology stacks.
Stars: ✭ 356 (-9.87%)
Mutual labels:  serverless
Para
Open source back-end server for web, mobile and IoT. The backend for busy developers. (self-hosted or hosted)
Stars: ✭ 389 (-1.52%)
Mutual labels:  serverless
Aws Serverless Workshop Innovator Island
Welcome to the Innovator Island serverless workshop! This repo contains all the instructions and code you need to complete the workshop. Questions? Contact @jbesw.
Stars: ✭ 363 (-8.1%)
Mutual labels:  serverless
Serverless Rust
⚡ 🦀 a serverless framework plugin for rustlang applications
Stars: ✭ 386 (-2.28%)
Mutual labels:  serverless
Serverless Wsgi
Serverless plugin to deploy WSGI applications (Flask/Django/Pyramid etc.) and bundle Python packages
Stars: ✭ 377 (-4.56%)
Mutual labels:  serverless
Shep
A framework for building JavaScript Applications with AWS API Gateway and Lambda
Stars: ✭ 376 (-4.81%)
Mutual labels:  serverless
Skygear Server
Skygear - an open source serverless platform for modern secure app development
Stars: ✭ 380 (-3.8%)
Mutual labels:  serverless

OneIndex-Serverless

说明

本项目是OneIndex的阿里云函数计算版本,您无需拥有一台服务器,即可拥有属于自己的OneDrive云盘

为什么本项目选择Serverless?

  1. 成本极其低廉,穷人也能用得起。完全实现按使用量(访问量)付费,费率极低,并且无固定费用支出
  2. 不需要自行管理服务器,运行极其稳定。而且服务的质量不受配置(带宽、内存、硬盘......)的影响
  3. 极为方便地搭配其他云计算产品进行优化。比如使用CDN对静态页面加速,同时降低流量成本

基本部署流程

后端部分

  • 注册您的阿里云账号,获取accessKey和accessKeySecret
  • 开通对象存储函数计算服务
  • 创建一个存储桶和一个云函数,上传Flask程序,并填写必要的配置

前端部分

  • 将函数计算的http触发器url填写到config.json中
  • 使用任意一种部署静态资源的方法将index.html和config.json部署到网络上
  • 在浏览器中访问index.html,并在后台登录您的OneDrive账号

详细教程请参考部署教程

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].