Skip to content

Commit

Permalink
feat: ⚡️ more principles/tenets
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgasquez committed Feb 26, 2024
1 parent 1df83d4 commit 9848f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ These are some of the principles to keep in mind when thinking about Datonic pro
- No vendor lock-in.
- Rely on Open code, standards, and infrastructure.
- Use the tool you want to create, explore, and consume the datasets. Agnostic of any tooling or infrastructure provider.
- Standard format for data and APIs! [Keep your data as future-friendly and future-proof as possible](https://indieweb.org/longevity)!
- Standard format for data and APIs! [Keep your data as future-friendly and future-proof as possible](https://indieweb.org/longevity)! E.g: [publish data as Parquet files on S3](https://www.robinlinacre.com/parquet_api/).
- Modular ecosystem. Rely on standards like Arrow for IPC, and Frictionless for metadata.
- Distributed Permissionless ecosystem and collaboration. Open source code and make it ready to be improved.
- Data marketplace not linked to a specific company or platform.
Expand All @@ -30,5 +30,5 @@ These are some of the principles to keep in mind when thinking about Datonic pro
- Embrace inmutability and idempotency. Rely on content-addressable storage and append-only logs.
- Aim for stateless and serverless deployments. E.g. use GitHub Pages, host datasets on S3.
- Offline-first. Rely on static files and offline-first tools like [Datasette](https://datasette.io/).
- Aim for stateless and serverless deployments. E.g. use GitHub Pages, host datasets on S3. No servers to maintain, no databases to manage, no infrastructure to worry about.
- Aim for stateless and serverless deployments. E.g. use GitHub Pages, host datasets on S3. No servers to maintain, no databases to manage, no infrastructure to worry about. Keep infrastructure management lean.
- [Above all, have fun and ejoy the process](https://indieweb.org/principles). 🎉

0 comments on commit 9848f75

Please sign in to comment.