Skip to content

nabildridi/JsonStoreWithReactorNetty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Json Store with Reactor Netty

Exactly the same as (JsonStoreWithVertx) but done with reactor-netty

Some benchmarks :

Test : 33000 documents fully cached, I7 processor with 16 gb of ram

Operation Time
Pagination ~3 ms
Pagination and sorting ~30 ms
Pagination and extracting ~3 ms
Pagination, sorting and extracting ~23 ms
Pagination and filtering ~11 ms
Pagination, filtering, sorting and extracting ~12 ms

About

A basic Json documents store built with Reactor-Netty, you can perform all kind of CRUD operations on the Json documents with http requests.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages