Skip to content

Commit c6b94b6

Browse files
committed
chore: remove outdated documentation from ouroboros.go
1 parent eb70e9c commit c6b94b6

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

ouroboros.go

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
/*
22
!! Currently the database is in a very early stage of development and should not be used in production environments. !!
3-
4-
A embedded database built around the concept of event trees, emphasizing data deduplication and data integrity checks. By structuring data into event trees, OuroborosDB ensures efficient and intuitive data management. Key features include:
5-
6-
- Data Deduplication: Eliminates redundant data through efficient chunking and hashing mechanisms.
7-
- Data Integrity Checks: Uses SHA-512 hashes to verify the integrity of stored data.
8-
- Event-Based Architecture: Organizes data hierarchically for easy retrieval and management.
9-
- Scalable Concurrent Processing: Optimized for concurrent processing to handle large-scale data.
10-
- Log Management and Indexing: Provides efficient logging and indexing for performance monitoring.
11-
- Non-Deletable Events: Once stored, events cannot be deleted or altered, ensuring the immutability and auditability of the data.
12-
- (To be implemented) Temporary Events: Allows the creation of temporary events that can be marked as temporary and safely cleaned up later for short-term data storage needs.
13-
14-
There are in the moment two main components in the database
15-
- [storage]: The storage component, which is responsible for storing the data on the disk.
16-
- [index]: The index component, which is responsible for creating indexes in RAM for faster acces.
173
*/
184
package ouroboros
195

0 commit comments

Comments
 (0)