Skip to content

Commit 08e0888

Browse files
dmitrii-ubskiiflyingsilverfin
authored andcommitted
overview
1 parent 97ff8c1 commit 08e0888

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed
Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
= TypeDB Server Overview
22

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.

0 commit comments

Comments
 (0)