Skip to content

Commit

Permalink
Merge branch 'main' of github.com:datonic/hub
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgasquez committed Feb 26, 2024
2 parents 1fed1bf + 43928d2 commit 1df83d4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,22 @@ We aim for a world that produces **open data** with **open source software** usi

## 🌟 Principles

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.
- No vendor lock-in.
- Rely on Open code, standards, and infrastructure.
- Use the tool you want to create, explore, and consume the datasets.
- 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)!
- 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.
- Declarative and reproducible workflows and datasets. Everything as code.
- Open and transparent governance and funding.
- Community that incentives contributors.
- 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.
- [Above all, have fun and ejoy the process](https://indieweb.org/principles). πŸŽ‰
6 changes: 6 additions & 0 deletions docs/working-group.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# πŸ“¦ Open Data Working Group

Exploring a better way to produces **open data** with **open source software** using **open protocols** running on **open infrastructure**.

## πŸ§‘β€πŸ¦± Interesting Folks

- [Jed Sundwall](https://jed.co/)
- [Nathan Snellaert](https://github.com/nathansnellaert)
- [Rufus Pollock](https://rufuspollock.com/)

0 comments on commit 1df83d4

Please sign in to comment.