mock events db schema
This commit is contained in:
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 414 KiB After Width: | Height: | Size: 471 KiB |
@@ -9,6 +9,16 @@ entity "**accounts**" {
|
||||
*""user_id"": //text [FK]//
|
||||
}
|
||||
|
||||
entity "**raw_shop_events**" {
|
||||
+ ""platform"": //text [PK]//
|
||||
+ ""store_id"": //text [PK]//
|
||||
+ ""event_timestamp"": //timestamp with time zone [PK]//
|
||||
+ ""event_id"": //text [PK]//
|
||||
--
|
||||
*""raw_payload"": //jsonb //
|
||||
*""parsed"": //boolean //
|
||||
}
|
||||
|
||||
entity "**shop_amazon**" {
|
||||
+ ""account_id"": //integer [PK][FK]//
|
||||
+ ""shop_id"": //text [PK]//
|
||||
@@ -17,6 +27,14 @@ entity "**shop_amazon**" {
|
||||
*""name"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_amazon_events**" {
|
||||
+ ""store_id"": //text [PK]//
|
||||
+ ""event_timestamp"": //timestamp with time zone [PK][FK]//
|
||||
+ ""event_id"": //text [PK]//
|
||||
--
|
||||
*""platform"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_amazon_listings**" {
|
||||
+ ""shop_id"": //text [PK][FK]//
|
||||
+ ""listing_id"": //text [PK]//
|
||||
@@ -63,6 +81,14 @@ entity "**shop_big_cartel**" {
|
||||
*""name"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_big_cartel_events**" {
|
||||
+ ""store_id"": //text [PK]//
|
||||
+ ""event_timestamp"": //timestamp with time zone [PK][FK]//
|
||||
+ ""event_id"": //text [PK]//
|
||||
--
|
||||
*""platform"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_big_cartel_listings**" {
|
||||
+ ""shop_id"": //text [PK][FK]//
|
||||
+ ""listing_id"": //text [PK]//
|
||||
@@ -109,6 +135,14 @@ entity "**shop_ebay**" {
|
||||
*""name"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_ebay_events**" {
|
||||
+ ""store_id"": //text [PK]//
|
||||
+ ""event_timestamp"": //timestamp with time zone [PK][FK]//
|
||||
+ ""event_id"": //text [PK]//
|
||||
--
|
||||
*""platform"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_ebay_listings**" {
|
||||
+ ""shop_id"": //text [PK][FK]//
|
||||
+ ""listing_id"": //text [PK]//
|
||||
@@ -155,6 +189,14 @@ entity "**shop_ecwid**" {
|
||||
*""name"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_ecwid_events**" {
|
||||
+ ""store_id"": //text [PK]//
|
||||
+ ""event_timestamp"": //timestamp with time zone [PK][FK]//
|
||||
+ ""event_id"": //text [PK]//
|
||||
--
|
||||
*""platform"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_ecwid_listings**" {
|
||||
+ ""shop_id"": //text [PK][FK]//
|
||||
+ ""listing_id"": //text [PK]//
|
||||
@@ -201,6 +243,14 @@ entity "**shop_etsy**" {
|
||||
*""name"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_etsy_events**" {
|
||||
+ ""store_id"": //text [PK]//
|
||||
+ ""event_timestamp"": //timestamp with time zone [PK][FK]//
|
||||
+ ""event_id"": //text [PK]//
|
||||
--
|
||||
*""platform"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_etsy_listings**" {
|
||||
+ ""shop_id"": //text [PK][FK]//
|
||||
+ ""listing_id"": //text [PK]//
|
||||
@@ -247,6 +297,14 @@ entity "**shop_shopify**" {
|
||||
*""name"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_shopify_events**" {
|
||||
+ ""store_id"": //text [PK]//
|
||||
+ ""event_timestamp"": //timestamp with time zone [PK][FK]//
|
||||
+ ""event_id"": //text [PK]//
|
||||
--
|
||||
*""platform"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_shopify_listings**" {
|
||||
+ ""shop_id"": //text [PK][FK]//
|
||||
+ ""listing_id"": //text [PK]//
|
||||
@@ -293,6 +351,14 @@ entity "**shop_square_online**" {
|
||||
*""name"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_square_online_events**" {
|
||||
+ ""store_id"": //text [PK]//
|
||||
+ ""event_timestamp"": //timestamp with time zone [PK][FK]//
|
||||
+ ""event_id"": //text [PK]//
|
||||
--
|
||||
*""platform"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_square_online_listings**" {
|
||||
+ ""shop_id"": //text [PK][FK]//
|
||||
+ ""listing_id"": //text [PK]//
|
||||
@@ -339,6 +405,14 @@ entity "**shop_squarespace**" {
|
||||
*""name"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_squarespace_events**" {
|
||||
+ ""store_id"": //text [PK]//
|
||||
+ ""event_timestamp"": //timestamp with time zone [PK][FK]//
|
||||
+ ""event_id"": //text [PK]//
|
||||
--
|
||||
*""platform"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_squarespace_listings**" {
|
||||
+ ""shop_id"": //text [PK][FK]//
|
||||
+ ""listing_id"": //text [PK]//
|
||||
@@ -385,6 +459,14 @@ entity "**shop_tiktok**" {
|
||||
*""name"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_tiktok_events**" {
|
||||
+ ""store_id"": //text [PK]//
|
||||
+ ""event_timestamp"": //timestamp with time zone [PK][FK]//
|
||||
+ ""event_id"": //text [PK]//
|
||||
--
|
||||
*""platform"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_tiktok_listings**" {
|
||||
+ ""shop_id"": //text [PK][FK]//
|
||||
+ ""listing_id"": //text [PK]//
|
||||
@@ -431,6 +513,14 @@ entity "**shop_walmart_marketplace**" {
|
||||
*""name"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_walmart_marketplace_events**" {
|
||||
+ ""store_id"": //text [PK]//
|
||||
+ ""event_timestamp"": //timestamp with time zone [PK][FK]//
|
||||
+ ""event_id"": //text [PK]//
|
||||
--
|
||||
*""platform"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_walmart_marketplace_listings**" {
|
||||
+ ""shop_id"": //text [PK][FK]//
|
||||
+ ""listing_id"": //text [PK]//
|
||||
@@ -477,6 +567,14 @@ entity "**shop_wix**" {
|
||||
*""name"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_wix_events**" {
|
||||
+ ""store_id"": //text [PK]//
|
||||
+ ""event_timestamp"": //timestamp with time zone [PK][FK]//
|
||||
+ ""event_id"": //text [PK]//
|
||||
--
|
||||
*""platform"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_wix_listings**" {
|
||||
+ ""shop_id"": //text [PK][FK]//
|
||||
+ ""listing_id"": //text [PK]//
|
||||
@@ -523,6 +621,14 @@ entity "**shop_woo_commerce**" {
|
||||
*""name"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_woo_commerce_events**" {
|
||||
+ ""store_id"": //text [PK]//
|
||||
+ ""event_timestamp"": //timestamp with time zone [PK][FK]//
|
||||
+ ""event_id"": //text [PK]//
|
||||
--
|
||||
*""platform"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_woo_commerce_listings**" {
|
||||
+ ""shop_id"": //text [PK][FK]//
|
||||
+ ""listing_id"": //text [PK]//
|
||||
@@ -569,6 +675,14 @@ entity "**shop_zoho**" {
|
||||
*""name"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_zoho_events**" {
|
||||
+ ""store_id"": //text [PK]//
|
||||
+ ""event_timestamp"": //timestamp with time zone [PK][FK]//
|
||||
+ ""event_id"": //text [PK]//
|
||||
--
|
||||
*""platform"": //text //
|
||||
}
|
||||
|
||||
entity "**shop_zoho_listings**" {
|
||||
+ ""shop_id"": //text [PK][FK]//
|
||||
+ ""listing_id"": //text [PK]//
|
||||
@@ -654,6 +768,8 @@ entity "**sync_groups**" {
|
||||
|
||||
"**shop_amazon**" }-- "**public.oauth_users**"
|
||||
|
||||
"**shop_amazon_events**" ||-|| "**raw_shop_events**"
|
||||
|
||||
"**shop_amazon_listings**" }-- "**accounts**"
|
||||
|
||||
"**shop_amazon_listings**" ||-|| "**shop_amazon**"
|
||||
@@ -684,6 +800,8 @@ entity "**sync_groups**" {
|
||||
|
||||
"**shop_big_cartel**" }-- "**public.oauth_users**"
|
||||
|
||||
"**shop_big_cartel_events**" ||-|| "**raw_shop_events**"
|
||||
|
||||
"**shop_big_cartel_listings**" }-- "**accounts**"
|
||||
|
||||
"**shop_big_cartel_listings**" ||-|| "**shop_big_cartel**"
|
||||
@@ -714,6 +832,8 @@ entity "**sync_groups**" {
|
||||
|
||||
"**shop_ebay**" }-- "**public.oauth_users**"
|
||||
|
||||
"**shop_ebay_events**" ||-|| "**raw_shop_events**"
|
||||
|
||||
"**shop_ebay_listings**" }-- "**accounts**"
|
||||
|
||||
"**shop_ebay_listings**" ||-|| "**shop_ebay**"
|
||||
@@ -744,6 +864,8 @@ entity "**sync_groups**" {
|
||||
|
||||
"**shop_ecwid**" }-- "**public.oauth_users**"
|
||||
|
||||
"**shop_ecwid_events**" ||-|| "**raw_shop_events**"
|
||||
|
||||
"**shop_ecwid_listings**" }-- "**accounts**"
|
||||
|
||||
"**shop_ecwid_listings**" ||-|| "**shop_ecwid**"
|
||||
@@ -774,6 +896,8 @@ entity "**sync_groups**" {
|
||||
|
||||
"**shop_etsy**" }-- "**public.oauth_users**"
|
||||
|
||||
"**shop_etsy_events**" ||-|| "**raw_shop_events**"
|
||||
|
||||
"**shop_etsy_listings**" }-- "**accounts**"
|
||||
|
||||
"**shop_etsy_listings**" ||-|| "**shop_etsy**"
|
||||
@@ -804,6 +928,8 @@ entity "**sync_groups**" {
|
||||
|
||||
"**shop_shopify**" }-- "**public.oauth_users**"
|
||||
|
||||
"**shop_shopify_events**" ||-|| "**raw_shop_events**"
|
||||
|
||||
"**shop_shopify_listings**" }-- "**accounts**"
|
||||
|
||||
"**shop_shopify_listings**" ||-|| "**shop_shopify**"
|
||||
@@ -834,6 +960,8 @@ entity "**sync_groups**" {
|
||||
|
||||
"**shop_square_online**" }-- "**public.oauth_users**"
|
||||
|
||||
"**shop_square_online_events**" ||-|| "**raw_shop_events**"
|
||||
|
||||
"**shop_square_online_listings**" }-- "**accounts**"
|
||||
|
||||
"**shop_square_online_listings**" ||-|| "**shop_square_online**"
|
||||
@@ -864,6 +992,8 @@ entity "**sync_groups**" {
|
||||
|
||||
"**shop_squarespace**" }-- "**public.oauth_users**"
|
||||
|
||||
"**shop_squarespace_events**" ||-|| "**raw_shop_events**"
|
||||
|
||||
"**shop_squarespace_listings**" }-- "**accounts**"
|
||||
|
||||
"**shop_squarespace_listings**" ||-|| "**shop_squarespace**"
|
||||
@@ -894,6 +1024,8 @@ entity "**sync_groups**" {
|
||||
|
||||
"**shop_tiktok**" }-- "**public.oauth_users**"
|
||||
|
||||
"**shop_tiktok_events**" ||-|| "**raw_shop_events**"
|
||||
|
||||
"**shop_tiktok_listings**" }-- "**accounts**"
|
||||
|
||||
"**shop_tiktok_listings**" ||-|| "**shop_tiktok**"
|
||||
@@ -924,6 +1056,8 @@ entity "**sync_groups**" {
|
||||
|
||||
"**shop_walmart_marketplace**" }-- "**public.oauth_users**"
|
||||
|
||||
"**shop_walmart_marketplace_events**" ||-|| "**raw_shop_events**"
|
||||
|
||||
"**shop_walmart_marketplace_listings**" }-- "**accounts**"
|
||||
|
||||
"**shop_walmart_marketplace_listings**" ||-|| "**shop_walmart_marketplace**"
|
||||
@@ -954,6 +1088,8 @@ entity "**sync_groups**" {
|
||||
|
||||
"**shop_wix**" }-- "**public.oauth_users**"
|
||||
|
||||
"**shop_wix_events**" ||-|| "**raw_shop_events**"
|
||||
|
||||
"**shop_wix_listings**" }-- "**accounts**"
|
||||
|
||||
"**shop_wix_listings**" ||-|| "**shop_wix**"
|
||||
@@ -984,6 +1120,8 @@ entity "**sync_groups**" {
|
||||
|
||||
"**shop_woo_commerce**" }-- "**public.oauth_users**"
|
||||
|
||||
"**shop_woo_commerce_events**" ||-|| "**raw_shop_events**"
|
||||
|
||||
"**shop_woo_commerce_listings**" }-- "**accounts**"
|
||||
|
||||
"**shop_woo_commerce_listings**" ||-|| "**shop_woo_commerce**"
|
||||
@@ -1014,6 +1152,8 @@ entity "**sync_groups**" {
|
||||
|
||||
"**shop_zoho**" }-- "**public.oauth_users**"
|
||||
|
||||
"**shop_zoho_events**" ||-|| "**raw_shop_events**"
|
||||
|
||||
"**shop_zoho_listings**" }-- "**accounts**"
|
||||
|
||||
"**shop_zoho_listings**" ||-|| "**shop_zoho**"
|
||||
|
||||
Reference in New Issue
Block a user