thoughts on graph architecture

This commit is contained in:
Paul Trowbridge 2018-01-26 10:34:47 -05:00
parent 85f950a5d1
commit d001fc343a
4 changed files with 19 additions and 0 deletions

1
.vscode/database.json vendored Normal file
View File

@ -0,0 +1 @@
{}

2
marketing.md Normal file
View 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
View 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
,
)

Binary file not shown.