Giter Site home page Giter Site logo

export's Introduction

export

导出中心

目前面临的问题

  • 业务数据生成excel表格功能模块散落在各个业务系统,质量不一(jvm内存占用等问题导致宕机),重复开发.
  • 导出任务列表散落在各业务系统,未统一收口,需要前段重复开发各类导出列表.
  • 导出执行权限和对导出文件的下载权限未分离.
  • 下载导出的文件,未集成审批流程,未记录下载人,下载次数.数据流向不可控.
  • 导出的数据不支持预览,不支持二次编辑(隐藏某些列,某些行)
  • 目前无法追踪xx数据被yy用户导出,被zz用户下载过.

服务化的优势

除解决以上问题外,还有如下优势:

  • 前端一次性投入,开发完成导入任务列表后,后续新业务场景的扩展无需前端同学二次投入.
  • 微服务化之后,可以独立部署,生成文件过程中,大批量数据不会长时间驻留内存,降低业务系统OOM的风险.

设计方案

文件导出时序

导出-审核-下载时序

export's People

Contributors

catface996 avatar

Stargazers

 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.