From 6a2489a65c90a969b4c37599715fcbff9a67856a Mon Sep 17 00:00:00 2001 From: Aleksandr Trushkin Date: Wed, 7 Aug 2024 00:26:52 +0300 Subject: [PATCH] add readme --- readme.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..3aabef6 --- /dev/null +++ b/readme.md @@ -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.