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
## Getting started with TerminusDB in less than a minute
21
22
22
-
TerminusDB is a versatile content storage system for model-based hierarchically structured records. It is straightforward to use as a flexible headless content management system.
23
+
TerminusDB is a versatile graph database for model-based hierarchically structured records. It is straightforward to use as a flexible headless content management system.
23
24
24
25
It is designed to give technical professionals and linked data professionals a solution for complex content, knowledge and semantic infrastructures. Bringing together change request workflows, analytics, and complex integrations, TerminusDB aims to be a content platform that sits at the convergence of content and knowledge.
25
26
26
-
TerminusDB is open source and free to use, maintained by the team at DFRNT in collaboration with the community.
27
+
TerminusDB is open source and free to use, maintained by the team at DFRNT in collaboration with the community.
27
28
28
-
Get a hosting, a powerful modeller, visualisations, logical query studio, and record editor user interface at [DFRNT.com](https://dfrnt.com/hypergraph-content-studio/) with a free trial. It works with both localhost open source TerminusDB and TerminusDB hosted in the cloud environments, including git-for-data synchronization of content repositories.
29
+
Get a hosting, a powerful modeller, visualisations, logical query studio, and record editor user interface at [DFRNT.com](https://dfrnt.com/hypergraph-content-studio/) with a free trial. It works with both localhost open source TerminusDB and TerminusDB hosted in the cloud environments, including git-for-data synchronization of content repositories.
29
30
30
31
When you sign up, you get full commercial hosting. This comes with generous limits to allow you to build without constraints, and then upgrade when needed.
31
32
32
33
### Steps to get started
33
34
34
35
1. Sign up at [https://dfrnt.com/signup](https://dfrnt.com/signup), or use it with [Docker](/docs/install-terminusdb-as-a-docker-container/)
35
-
3. Install the [JavaScript](/docs/install-terminusdb-js-client/) or [Python](/docs/install-the-python-client/) Client
36
-
4.[Get your API key to use a client with DFRNT TerminusDB cloud](/docs/how-to-connect-terminuscms/)
37
-
5.[Familiarize yourself with the client API](/docs/connect-with-the-javascript-client/) to start building with TerminusDB.
36
+
2. Install the [JavaScript](/docs/install-terminusdb-js-client/) or [Python](/docs/install-the-python-client/) Client
37
+
3.[Get your API key to use a client with DFRNT TerminusDB cloud](/docs/how-to-connect-terminuscms/)
38
+
4.[Familiarize yourself with the client API](/docs/connect-with-the-javascript-client/) to start building with TerminusDB.
38
39
39
40
### Collaborate through TerminusDB cloud teams
40
41
41
-
Request shared teams in the [DFRNT](https://dfrnt.com/hypergraph-content-studio/) cloud environment to collaborate on data products in shared instances, and for pushing and pulling data products with a local TerminusDB instance, similar to how software engineers collaborate on code.
42
+
Request shared teams in the [DFRNT](https://dfrnt.com/hypergraph-content-studio/) cloud environment to collaborate on data products in shared instances, and for pushing and pulling data products with a local TerminusDB instance, similar to how software engineers collaborate on code.
Learn how to get TerminusDB set up in your project in under thirty minutes. {% .lead %}
@@ -16,7 +24,7 @@ Learn how to get TerminusDB set up in your project in under thirty minutes. {% .
16
24
17
25
{% /quick-links %}
18
26
19
-
TerminusDB provides a special-purpose closed-world assumption RDF knowledge graph implementation with high performance in-memory performance leveraging succinct auto-indexing datastructures.
27
+
TerminusDB provides a special-purpose closedworld assumption RDF knowledge graph implementation with high performance in-memory performance leveraging succinct auto-indexing datastructures.
20
28
21
29
It offers controlled document API interfaces with a terse JSON-LD-like syntax, GraphQL for precise data query needs and a datalog logical engine with variables bindings for complex queries across the graph.
0 commit comments