From 305d5df628c1924932139cba67f51ac04aed5be3 Mon Sep 17 00:00:00 2001 From: David Gasquez Date: Thu, 21 Dec 2023 12:13:10 +0100 Subject: [PATCH] docs: centralized and decentralized --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9914458..b177aae 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This repository is an up to date toy implementation of the overall pattern. You ### 💡 Principles - **Open**: Code and data are fully open source. -- **Modular and Interoperable**: Each component can be replaced, extended, or removed. Works well in many environments (your laptop, in a cluster, or from the browser), and with multiple tools (thanks to the Arrow ecosystem). [Use open standards and share data in accesible formats](https://voltrondata.com/codex/a-new-frontier). +- **Modular and Interoperable**: Each component can be replaced, extended, or removed. Works well in many environments (your laptop, in a cluster, or from the browser), can be deployed to many places (S3 + GH Pages, IPFS, ...) and integrates with multiple tools (thanks to the Arrow ecosystem). [Use open tool, standards, infrastructure, and share data in accesible formats](https://voltrondata.com/codex/a-new-frontier). - **Permissionless**. Don't ask, fork it and improve the models, add a new source or update any script. No API limits, just plain files. - **Data as Code**. Declarative stateless transformations tracked in `git`. Version your data as code! Publish and share your reusable models for others to build on top. - **Glue**: Be a bridge between tools and aproaches. E.g: Use software engineering good practices like types, tests, materialized views, and more.