https://github.com/work-design/rails_data
Utils for import and export data
https://github.com/work-design/rails_data
Last synced: about 1 year ago
JSON representation
Utils for import and export data
- Host: GitHub
- URL: https://github.com/work-design/rails_data
- Owner: work-design
- Created: 2016-07-23T07:56:32.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T08:19:26.000Z (about 1 year ago)
- Last Synced: 2025-04-10T23:37:36.956Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 13.9 MB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.en.md
Awesome Lists containing this project
README
# RailsData
RailsData is a MiddleMan for import data and export data, It can be used for generating complex report.
And It can transfer data to many format, Like: csv, pdf, html, xml and more.
## Features
- Easy to use, Just config;
- Separate pdf style and data;
- Strong, even data processing break off, It can be restore easily;
## Functions
- sidekiq job;
- report file store;
- send email notice user after finished sidekiq job;
## Getting Started
## How to use
#### step-1: Define table
The table defined the report's data format
[Define Report Table](docs/define-report-table.md)
#### step-3: (optional) Define report pdf's style
[Define report pdf style](docs/define-pdf-style)
# 依赖
[rails_role](https://github.com/work-design/rails_role)
## License
License 采用 [LGPL-3.0](https://opensource.org/licenses/LGPL-3.0).