add readme
This commit is contained in:
18
readme.md
Normal file
18
readme.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Devsim
|
||||||
|
|
||||||
|
A simple benchmarking service that checks upsert and list performance on different databases.
|
||||||
|
For now it supports only `MongoDB` and `PostgreSQL`
|
||||||
|
|
||||||
|
Plans to add the following databases:
|
||||||
|
|
||||||
|
- `sqlite` (native go driver)
|
||||||
|
- `duckdb` (just in case, it might be bad because it's better for OLAP)
|
||||||
|
- `cassandra`
|
||||||
|
- `mysql`
|
||||||
|
- `couchbase`
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
TODO, but!
|
||||||
|
|
||||||
|
All dependencies will be covered by docker.
|
||||||
Reference in New Issue
Block a user