12345678910111213141516171819202122232425262728293031 |
- {
- "metadata": {
- "database": "db_time_data",
- "url": "http://47.93.33.207:8890/metadata-web/services/Service1_WS?wsdl"
- },
- "kafka": {
- "topic": "test",
- "host": "192.168.100.114",
- "port": 9092
- },
- "building": {
- "id": [
- "1101080255",
- "6101122004"
- ]
- },
- "mysql": {
- "host": "bj-cdb-5om355fk.sql.tencentcdb.com",
- "port": 59790,
- "user": "root",
- "password": "dwh@2022",
- "database": "dwh_saga",
- "fjd_table": "energy_15_min_fjd",
- "energy_table": "energy_15_min",
- "co2_table": "co2_15_min",
- "pm25_table": "pm25_15_min",
- "temperature_table": "temperature_15_min",
- "hcho_table": "hcho_15_min",
- "humidity_table": "humidity_15_min"
- }
- }
|