Giter VIP home page Giter VIP logo

ta-backend's Introduction

后端服务

Image

任务协同服务

负责管理任务、性能数据、对外暴露接口供查询、单机服务

  • 性能指标管理单元 接收上报的性能指标、并存储、提供展示接口
  • 性能指标采集单元 负责采集本服务的性能指标、包括cpu、内存等等信息、上报给任务协同服务性能指标管理单元
  • 任务管理单元 负责接收任务参数、生成任务、下发任务、同时接收任务执行情况、存储并展示

任务执行集群

其中包含多个任务执行服务、具体任务如何执行、在这里体现

  • 任务执行单元 根据任务协同服务任务管理单元下发的任务参数执行任务、同时上报任务进度
  • 性能指标采集单元 负责采集本服务的性能指标、包括cpu、内存等等信息、上报给任务协同服务性能指标管理单元

技术要求统一

java

  • 使用jdk1.8版本
  • 框架使用springboot+springweb(版本暂定2.7.8)
  • 使用lombok插件
  • 使用log4j2记录日志、即引入spring-boot-starter-log4j2
  • 使用okhttp作为http客户端
  • 使用jackson作为json处理工具
  • 所有http请求必须返回json格式、例子{code:0,message:"",data:{}}

ta-backend's People

Contributors

baichangda avatar

Watchers

Aaric avatar Wang Mingqing avatar 邱启峥 avatar  avatar jenkins-ci avatar 孔德亮 avatar  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.