diff --git a/db/README.md b/db/README.md index cd2d0e2..f154abf 100644 --- a/db/README.md +++ b/db/README.md @@ -2,9 +2,9 @@ ## How this works -![diag-neo4j-graphql-library](diag-neo4j-graphql-library.svg) +![diagram-graphql-cypher](graphql-cypherdb.svg) -(source: https://neo4j.com/developer/graphql/#_the_neo4j_graphql_library) +[source](https://neo4j.com/developer/graphql/#_the_neo4j_graphql_library) ## Core Data Model @@ -12,10 +12,6 @@ ![supergraph-10k-sketch](landscape-graph-supergraph-10k-sketch.jpg) -### Entities - -**TODO: ctx->allTheThings.ToMarkdown();** - ## Sub-Graph Modules (SGM) ### SGM Goals diff --git a/db/graphql-cypherdb.svg b/db/graphql-cypherdb.svg new file mode 100644 index 0000000..578325c --- /dev/null +++ b/db/graphql-cypherdb.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/db/social/sgm-email/README.md b/db/social/sgm-email/README.md new file mode 100644 index 0000000..244c17d --- /dev/null +++ b/db/social/sgm-email/README.md @@ -0,0 +1 @@ +# sgm-email diff --git a/generate-entities.sh b/generate-entities.sh new file mode 100755 index 0000000..078c66a --- /dev/null +++ b/generate-entities.sh @@ -0,0 +1,12 @@ +#!/usr/bin/env bash + +JP="jp -f landscape-items-clean.json" + +jp -f landscape-items-clean.json "[?relation].{ id: id, \ + flatName: flatName, \ + name: name, \ + relation: relation, \ + oss: oss, \ + license: license, \ + description: description \ + repos: repos }" \ No newline at end of file