diff --git a/README.md b/README.md index b177aae..fc1f4f9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This repository is an up to date toy implementation of the overall pattern. You ### 💡 Principles -- **Open**: Code and data are fully open source. +- **Open**: Code, standards, infrastructure, and data, are public and 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), 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.