[关闭]
@Hopelessness 2019-12-30T08:29:00.000000Z 字数 3583 阅读 1090

数据库开发计划

任务计划 进度表 帮助文档


12/2312/3001/0601/1301/2001/2702/0302/1002/1702/2403/02开发环境设计 生产环境转换 数据展示模块数据导入模块宏观经济数据库行业数据库报告及案例数据库批量导入人工修改核对校准环境构建 框架开发数据导入数据库开发进度表

开发日志

2019-12-21

2019-12-25

2019-12-28

2019-12-30

避坑指南:绝对不要认为Composer自己能找到自己的vendor/autoload,最好自己进ps查查看。

整体架构

Vmware Station=>Windows Server 2016=>Xampp =>emlog

宏观经济数据库

数据展示

数据导入

报告和文献数据库

数据导入模块单独设计制作

报告和文章采用Wiki模式管理

需求整理:CRM系统


Version

1.0

2.0


Web Info

phpmyadmin[http://172.22.58.207:8081/phpmyadmin/]

- Drupal

Rule of Table

:file_cabinet:data_[data_name]

Found the data_code in dbo.economic.info_data.data_code

  1. CREATE TABLE [table_name] (
  2. data_code CHAR, /* 数据表中代码,参照代码规则 */
  3. data_ori CHAR, /* 原数据库中名称 */
  4. data_chn CHAR, /* 数据通用中文名称 */
  5. [y2010],[y2011],[y2012],[y2013],
  6. [y2014],[y2015],[y2016],[y2017],[y2018],
  7. [y2019],[y2020],[y2021],[y2022],[y2023],[y2024]
  8. /* 统计数据年份 */
  9. )

:file_cabinet:info_country

  1. CREATE TABLE info_country (
  2. country_cn CHAR(100), /* 国家中文名称 */
  3. country_en CHAR(100), /* 国家英文名称 */
  4. country_code CHAR(3) PRIMARY, /* 国家三位名称,世界银行规则 */
  5. country_code_2 CHAR(2), /* 国家二位名称,EIU常用 */
  6. currency_code CHAR(2), /* 本国货币代码 */
  7. currency_name CHAR(50) /* 本国货币名称 */
  8. )

:file_cabinet:info_country_outlook

Preparing for create.

Rule of Coloumn Defination

:file_cabinet: info_data.data_code

As a Primary Key for every data_[data_name].

YEAR INDICATORS

Resource_code

eiu BVD Country Outlook
wb World Bank
wdi World Development Indicator
imf 国际货币基金组织
weo World Economic Outlook
ifs IFS of IMF
ceic CEIC data
stat 国家统计局
mof 中国商务部

Name_code

_gdp Gross Domestic Product
_cab Current_Account_Balance
_fer Foreign Exchange Reserve
_cpi Inflation % ( CPI index Average Year Change)
_pop Population

_upr Unemployment Rate

_gni GINI index

_m2s Broad Money Supply M2
_dcg Domestic Credit Gross
_dir Deposite Interest Rate
_lir Lending Interest Rate
_exr Exchange rate
_tfd Total_Foreign_Debt
_gpd General_Public_Debt
_cgd Centrel_Government_Debt

_fdi Foreign Direct Investment, Inward
_fdo Foreign Direct Investment, Outward
_itt Imports, total
_itg Imports, goods
_ett Exports, total
_etg Exports, goods
_gbb Government budget balance
_gbe Government budget expenditue
_gbr Government budget reserve

Defination_code

_n nominal or constant
_r Real or current

_pc percent change

_p per captial
_ppp in PPP price
_g of GDP
_d of total foreign debt

Range_code

_per per unit

_mil million
_bil billion
_pct percent
_ths thousand

Unit_code

_d us dollors
_c domestic currency
_i index

SPECIAL TAG

_2010 in 2010 price (Specially for Nominal GDP Indicator)
_end End of a time period
_avg Average of a time period
_f Float value
_s Stock value

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注