Skip to content

Commit

Permalink
📝
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgasquez authored Aug 8, 2024
1 parent 7c47e37 commit 2bf1f7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Aiming to share **open data** generated with **open source software** using **op
These are some of the principles to keep in mind when thinking about Datonic projects.

- [FAIR](https://www.go-fair.org/fair-principles/).
- Minimal and flexible. Rely on tools that do one thing and do it well.
- Minimal (KISS) and flexible. Rely on tools that do one thing and do it well.
- 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.
Expand All @@ -31,3 +31,5 @@ These are some of the principles to keep in mind when thinking about Datonic pro
- 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. Keep infrastructure management lean.
- [Above all, have fun and ejoy the process](https://indieweb.org/principles). 🎉
- Reuse existing tools.
- Experiment mindset. Encourage trying new things (tools, processes, frameworks, ...).

0 comments on commit 2bf1f7e

Please sign in to comment.