From 460f3b00babd71bb9645b55c04c3a1868790a965 Mon Sep 17 00:00:00 2001 From: Liad Cohen <6436094+Liadc@users.noreply.github.com> Date: Fri, 19 Aug 2022 02:03:21 +0300 Subject: [PATCH] Update firefly_node.md Typo fix PostgreSQL. Signed-off-by: Liad Cohen <6436094+Liadc@users.noreply.github.com> --- docs/overview/firefly_node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview/firefly_node.md b/docs/overview/firefly_node.md index f60cf73f4..0c623f498 100644 --- a/docs/overview/firefly_node.md +++ b/docs/overview/firefly_node.md @@ -50,7 +50,7 @@ The runtimes are pluggable, allowing technology choice, and extensibility. - Infrastructure runtimes - Can be local runtimes, or cloud services - Blockchain nodes - Fabric, Ethereum, Corda etc. - - Database servers - PostreSQL, SQLite, CouchDB etc. + - Database servers - PostgreSQL, SQLite, CouchDB etc. - Private messaging - Kafka, RabbitMQ, ActiveMQ, Mosquitto etc. - Private blob storage - Kubernetes PVCs, AWS S3, Azure File etc. - Public blob storage - IPFS, etc.