[Official announcement of new open source project] GoView low-code data visualization development platform joins the Dromara open source community

GoView low-code "data visualization" development platform

about the author

  • Name: Running Noodles
  • Member of the dromara open source organization, author of dromara/go-view
  • Front-end senior development engineer, has open sourced many data visualization related projects, and has rich practical experience
  • Lecturer of "Blue Bridge Cloud Course" data big screen related courses
  • Personal space: https://gitee.com/MTrun

About GoView

​ GoView is an efficient drag-and-drop low-code "data visualization" development platform. It also encapsulates charts or page elements as basic components. You can create a large data screen without writing code, reducing mental burden. The platform is built using Vue3, Vite2, TypeScript, Pinia, ECharts and other frameworks, providing rich configuration items and professional data source management for components, helping users better stay close to business flows.

Features

  1. Unified project management

    GoView provides a basic platform management page, encapsulates display components, and supports user preview and shortcut operations (shortcut entries such as preview, delete, etc.)

  1. low code workbench

    • The workbench adopts a Chinese-style layout structure, which better fits the user's usage habits. Component modules, hierarchical modules, and configuration modules can be manually controlled to display and hide. And support manual control of screen size display zoom and lock.

  • After selecting the chart, you can edit the chart properties through the editing module on the right. Basic positioning, filters, and position changes are all supported.

  • GoView provides a complete interface request function to meet most of the needs of users, and provides a quick SQL filling module, which is very user-friendly!

  • In order to reduce the diversity of user data and reduce the workload of the back-end, GoView supports custom data filtering, and the data structure required by the component can be generated only by writing the processing function in the front-end.

3. Global functions

  • color change

  • theme change

  • Others: GoView also has functions such as language switching (in progress), global settings management module, etc.

Code Highlights

  1. Framework: Written based on the Vue3 + Pinia2 framework, using hooks to extract logic, making the code structure clearer and tougher;
  2. Type: Use TypeScript for type constraints, reduce the probability of unknown errors, and boldly modify the logic content;
  3. Performance: Multiple performance optimizations, using page lazy loading, component dynamic registration, data scrolling loading, etc., to improve page rendering speed;
  4. Storage: with local memory, some configuration items use storage to store locally to improve user experience;
  5. Encapsulation: The project has detailed tool class encapsulation such as: routing, storage, encryption/decryption, file processing, theme modules, NaiveUI global methods, components, etc.

Links

  1. Click to go - project source code
  2. Click to go-Official website documentation
  3. Click to go - pure front-end online
  4. Click to go - front-end and back-end collaborative experience

communication

​ A person's ability is always limited. We welcome everyone to communicate and grow together! ! !

Guess you like

Origin www.oschina.net/news/210082