summaryrefslogtreecommitdiffstats
path: root/sql_table_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'sql_table_config.json')
-rw-r--r--sql_table_config.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/sql_table_config.json b/sql_table_config.json
new file mode 100644
index 0000000..a1abb14
--- /dev/null
+++ b/sql_table_config.json
@@ -0,0 +1,12 @@
+{
+ "TABLE_LIVE": "subscriber_data",
+ "TABLE_HISTORICAL": "subscriber_data_historical",
+ "TABLE_DAILY": "24h_historical",
+ "LIVE_COLUMNS": "id SERIAL PRIMARY KEY, channel_id VARCHAR(255), profile_pic VARCHAR(255), name VARCHAR(255), subscriber_count INT, suborg VARCHAR(255), video_count INT, timestamp TIMESTAMP",
+ "LIVE_HEADER": "channel_id, profile_pic, name, subscriber_count, suborg, video_count, timestamp",
+ "DAILY_COLUMNS": "id SERIAL PRIMARY KEY, channel_id VARCHAR(255), sub_diff INT",
+ "DAILY_HEADER": "channel_id, sub_diff",
+ "HISTORICAL_COLUMNS": "id SERIAL PRIMARY KEY, channel_id VARCHAR(255), profile_pic VARCHAR(255), name VARCHAR(255), subscriber_count INT, timestamp TIMESTAMP",
+ "HISTORICAL_HEADER": "channel_id, profile_pic, name, subscriber_count, timestamp",
+ "HOLODEX_ORGS": "Phase%20Connect"
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage