Code Monkey home page Code Monkey logo

sre-remote-4's Introduction

  • 說明你的專案採用哪個程式語言與資料庫

    • 專案採用 typescript 配合 nest.js 框架,架構上採用最簡單的架構,因為功能比較簡單,接近一個 prototype,單純在 AppModule 上開了 controller,並且所有邏輯在上面完成,沒有做邏輯切分。
    • 資料庫使用 RDS Mysql。
    • schema 位於 prisma/schema.prisma,並且只添加必要欄位
  • 說明你的專案達成哪些需求及怎麼部署的,例如: 完成哪些功能、需求? 快取做到什麼程度? 排程工作的結果是否有儲存到 S3 或其他地方?

    • 目前專案使用 pm2 這個 process 管理的工具來啟動,並且自帶錯誤重啟的功能。
    • 完成 fake API 及 Query API,目前 cache 尚未補上。
    • 排程未使用 crontab,而是使用 nest 內建的 schedule module,一樣是吃 cron expression,由程式做管理,輸出結果目前單純用 console.log 做輸出。

sre-remote-4's People

Contributors

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