From 572fed44c25fd5a332122bf6c0e787a79cc0efd2 Mon Sep 17 00:00:00 2001 From: CJ Cobb <46455409+cjcobb23@users.noreply.github.com> Date: Tue, 8 Mar 2022 00:37:09 -0500 Subject: [PATCH] Delete redundant paragraph in README --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index bdd690a71..68fdc9579 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,6 @@ clio does not connect to the peer to peer network. Instead, clio extracts data f from which data can be extracted. The rippled node does not need to be running on the same machine as clio. -clio is designed with scalability and availability as a first principle. -Data is stored in either Postgres, Cassandra,or ScyllaDB, -and multiple clio servers can share access to the same dataset. -The different clio servers that are using the same dataset do not know about each other or talk to each other. - ## Requirements 1. Access to a Postgres server, Cassandra cluster or ScyllaDB cluster. Can be local or remote.