GithubHelp home page GithubHelp logo

fast-framework's Introduction

Python FastAPI SQLAlchemy


FastAPI后端项目框架

专注于你的业务逻辑.


💡 功能特点

  • 容器化:提供Docker及docker-compose文件,按需修改其中的参数即可使用(不改也能用)
  • 轻量化:依赖的库尽可能的少
  • 分层归类:实体、枚举、业务逻辑条理清晰
  • 封装:接口的请求响应等常规内容均进行了统一的封装,专注于实现业务逻辑本身就好

⚡ 快速开始

  1. (可选)修改model等业务逻辑相关的代码
  2. (可选)修改docker.env及docker-compose.yml等文件中诸如镜像名称等需要自定义的参数
  3. 生成服务端镜像
  4. 通过docker-compose整体启动
cd resource/doris
kubectl apply -f crd.yaml
kubectl apply -f operator.yaml
kubectl create namespace doris
kubectl apply -f cluster.yaml -n doris
docker-compose -f docker-compose.yml up -d

📚 其他补充

数据迁移

迁移命令见根目录的initDB.sh脚本

fast-framework's People

Contributors

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