Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shichunlei/datacloudsystem
数据云后台管理系统(我们不生产数据,只做数据的搬运工)
https://github.com/shichunlei/datacloudsystem
api cancancan cloud grape jisushuju paperclip pgsql puma rails ruby
Last synced: 6 days ago
JSON representation
数据云后台管理系统(我们不生产数据,只做数据的搬运工)
- Host: GitHub
- URL: https://github.com/shichunlei/datacloudsystem
- Owner: shichunlei
- Created: 2018-04-13T23:48:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T01:41:55.000Z (over 1 year ago)
- Last Synced: 2024-05-03T03:38:35.038Z (6 months ago)
- Topics: api, cancancan, cloud, grape, jisushuju, paperclip, pgsql, puma, rails, ruby
- Language: PLpgSQL
- Homepage:
- Size: 2.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 接口数据中转
## 该项目为APP提供数据中转
This README would normally document whatever steps are necessary to get the
application up and running.Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...
## Gem
devise-sms-登录注册(支持手机号)https://github.com/giano/devise_sms_activable/pull/8
权限/角色/审计 [cancancan](https://github.com/CanCanCommunity/cancancan)
布局 AdminLTE & slim
分页 [kaminari](https://github.com/kaminari/kaminari)
carriewave & upyun
表格WiceGrid
simple_form
daemon-spawn
figaro
postgres
mina
[puma](https://github.com/puma/puma)
文件上传 [paperclip](https://github.com/thoughtbot/paperclip)
提供API [grape](https://github.com/ruby-grape/grape)
## rails 数据库对应的字段类型
:binary TINYBLOB, BLOB, MEDIUMBLOB, or LONGBLOB2 :limit => 1 to 4294967296 (default = 65536)2
:boolean TINYINT(1)
:date DATE
:datetime DATETIME
:decimal DECIMAL :precision => 1 to 63 (default = 10) :scale => 0 to 30 (default = 0)3
:float FLOAT
:integer INT :limit => 1 to 11 (default = 11)
:primary_key INT(11) AUTO_INCREMENT PRIMARY KEY
:string VARCHAR :limit => 1 to 255 (default = 255)
:text TINYTEXT, TEXT, MEDIUMTEXT, or LONGTEXT2 :limit => 1 to 4294967296 (default = 65536)2
:time TIME
:timestamp DATETIME
:attachment FILE
## 部分数据来源
[极速数据](https://www.jisuapi.com/)
[多云数据](http://www.duoyun.io/)
[古诗文网](https://www.gushiwen.org/)
[便民查询网](https://www.51240.com/)
[腾讯体育NBA数据库](https://nba.stats.qq.com/schedule/)
[省/直辖市-市区-区/县-街道/乡镇-村镇/居委会--中国五级区域数据](http://www.stats.gov.cn/tjsj/tjbz/tjyqhdmhcxhfdm/2019/)
#