Skip to content

A low level key-value database implementation in C.

Notifications You must be signed in to change notification settings

mehmetteren/MongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB

A low level key-value database implementation in C.

request structure: client_ip: integer method: char[10] key: long int value: char[MAX_VSIZE]

response structure: client_ip: integer value: char[MAX_VSIZE] status_code: integer info_message: char[200]

About

A low level key-value database implementation in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •