File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
new_core_concepts/modules/ROOT/pages/typedb Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
= TypeDB Server Overview
2
2
3
- [placeholder]
4
- Overview of the TypeDB server.
3
+ This documentation provides a comprehensive guide to TypeDB, a polymorphic database designed to represent and query complex systems. This
4
+ overview serves as a high-level entry point, establishing a foundational understanding of the database's design and purpose.
5
+
6
+ TypeDB's core philosophy is centered on a strong type system, making it particularly well-suited for knowledge-intensive applications. Key
7
+ features include full ACID compliance for transactional integrity, a logical schema for modeling complex data, and a robust replication
8
+ system for high availability.
9
+
10
+ This database is designed for a wide range of applications, from startups needing a scalable backend for a knowledge base to large
11
+ enterprises requiring high-throughput transactional systems for complex domains. It is a good fit for applications in life sciences,
12
+ financial services, cybersecurity, and supply chain management where modeling complex relationships is critical.
13
+
14
+ To get started, new users should proceed to the Quick Start Guide, which walks through creating your first Cloud deployment and proceeds
15
+ with a sample database and queries. This section of the documentation covers the core concepts: how TypeDB handles databases and
16
+ transactions, CRUD operations, management, and scaling.
You can’t perform that action at this time.
0 commit comments