You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+70-46Lines changed: 70 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -13,47 +13,52 @@ Graphik is a Backend as a Service implemented as an identity-aware, permissioned
13
13
14
14
Support: support@graphikdb.io
15
15
16
-
*[Problem Statement](#problem-statement)
17
-
- [Traditional relational databases are powerful but come with a number of issues that interfere with agile development methodologies:](#traditional-relational-databases-are-powerful-but-come-with-a-number-of-issues-that-interfere-with-agile-development-methodologies-)
18
-
- [Traditional non-relational databases are non-relational](#traditional-non-relational-databases-are-non-relational)
19
-
- [Traditional non-relational databases often don't have a declarative query language](#traditional-non-relational-databases-often-don-t-have-a-declarative-query-language)
20
-
- [Traditional non-relational databases often don't support custom constraints](#traditional-non-relational-databases-often-don-t-support-custom-constraints)
21
-
- [No awareness of origin/end user accessing the records(only the API/dba making the request)](#no-awareness-of-origin-end-user-accessing-the-records-only-the-api-dba-making-the-request-)
+[Get Currently Logged In User(me)](#get-currently-logged-in-user-me-)
44
-
+[Get the Graph Schema](#get-the-graph-schema)
45
-
+[Set a Request Authorizer](#set-a-request-authorizer)
46
-
+[Create a Document](#create-a-document)
47
-
+[Traverse Documents](#traverse-documents)
48
-
+[Traverse Documents Related to Logged In User](#traverse-documents-related-to-logged-in-user)
49
-
+[Change Streaming](#change-streaming)
50
-
+[Broadcasting a Message](#broadcasting-a-message)
51
-
+[Filtered Streaming](#filtered-streaming)
52
-
*[Deployment](#deployment)
53
-
+[Docker-Compose](#docker-compose)
54
-
+[Kubernetes](#kubernetes)
55
-
*[OIDC Metadata Urls](#oidc-metadata-urls)
56
-
*[Glossary](#glossary)
16
+
-[Problem Statement](#problem-statement)
17
+
+[Traditional relational databases are powerful but come with a number of issues that interfere with agile development methodologies:](#traditional-relational-databases-are-powerful-but-come-with-a-number-of-issues-that-interfere-with-agile-development-methodologies-)
18
+
+[Traditional non-relational databases are non-relational](#traditional-non-relational-databases-are-non-relational)
19
+
+[Traditional non-relational databases often don't have a declarative query language](#traditional-non-relational-databases-often-don-t-have-a-declarative-query-language)
20
+
+[Traditional non-relational databases often don't support custom constraints](#traditional-non-relational-databases-often-don-t-support-custom-constraints)
21
+
+[No awareness of origin/end user accessing the records(only the API/dba making the request)](#no-awareness-of-origin-end-user-accessing-the-records-only-the-api-dba-making-the-request-)
0 commit comments