Skip to content

eminmuhammadi/memorydb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memorydb

In memory database implementation for Golang.

Build

bash build.sh

Start memorydb

./memorydb --ip 127.0.0.1 --port 8080 --tz "Asia/Baku"

Test on Windows

telnet 127.0.0.1 8080 

Result

[{33f4de6b-aa1d-4e88-8f84-cdc42dd0b9ea Hello World
}]
  Who are you?
[{33f4de6b-aa1d-4e88-8f84-cdc42dd0b9ea Hello World
} {218be113-d88e-476d-8307-6809aba8886f Who are you?
}]
  Maybe
[{33f4de6b-aa1d-4e88-8f84-cdc42dd0b9ea Hello World
} {218be113-d88e-476d-8307-6809aba8886f Who are you?
} {b4d2391b-9a07-4d87-adf8-83b60511c255 Maybe
}]

About

In memory database implementation for Golang.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors