thoughts on graph architecture
This commit is contained in:
parent
85f950a5d1
commit
d001fc343a
1
.vscode/database.json
vendored
Normal file
1
.vscode/database.json
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
{}
|
2
marketing.md
Normal file
2
marketing.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
new business startup on $1000 and 90 days [blog](https://medium.com/the-mission/seth-godin-new-business-5-step-fdb354988c23)
|
16
master_data_nodes.md
Normal file
16
master_data_nodes.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
CREATE TABLE mast.node
|
||||||
|
(
|
||||||
|
id bigint PRIMARY KEY IDENTITY GENERATED BY DEFAULT
|
||||||
|
,nam text
|
||||||
|
,sch type
|
||||||
|
,doc jsonb
|
||||||
|
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
CREATE TABLE acct.accm
|
||||||
|
(
|
||||||
|
id bigint PRIMARY KEY GENERATED BY DEFAULT
|
||||||
|
,nam text
|
||||||
|
,
|
||||||
|
)
|
BIN
wc_industrial_products_revenue_recognition.pdf
Normal file
BIN
wc_industrial_products_revenue_recognition.pdf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user