Skip to content

Commit a9b2814

Browse files
committed
[unitdb] add unitdb server
1 parent 4c5cc2b commit a9b2814

File tree

14 files changed

+0
-6231
lines changed

14 files changed

+0
-6231
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ Unitdb supports Get, Put, Delete operations. It also supports encryption, batch
3535

3636
Samples are available in the examples directory for reference.
3737

38-
## Projects Using Unitdb
39-
Below is a list of projects that use Unitdb.
40-
41-
- [unite](https://github.com/unit-io/unite) Lightweight, high performance messaging system for micro-services, and internet connected devices.
42-
4338
## Architecture Overview
4439
The unitdb engine handles data from the point put request is received through writing data to the physical disk. Data is compressed and encrypted (if encryption is set) then written to a WAL for immediate durability. Entries are written to memdb and become immediately queryable. The memdb entries are periodically written to log files in the form of blocks.
4540

plugins/conn.go

Lines changed: 0 additions & 170 deletions
This file was deleted.

plugins/encode.go

Lines changed: 0 additions & 67 deletions
This file was deleted.

plugins/hdl_grpc.go

Lines changed: 0 additions & 102 deletions
This file was deleted.

0 commit comments

Comments
 (0)