Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a bunch of modules and a couple apps #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@

- 📔[dat](https://github.com/maxogden/dat) - Main CLI and [project planning](https://github.com/maxogden/dat/issues).
- [dat-desktop](https://github.com/juliangruber/dat-desktop) - Dat Desktop App.
- [Beaker Browser](https://beakerbrowser.com/) - A Web Browser that surfs Dats.

## Modules

- [hyperdrive-import-files](https://github.com/juliangruber/hyperdrive-import-files) - Import some files and folders into a Hyperdrive.
- [hyperdrive-http](https://github.com/joehand/hyperdrive-http) - Handle Hyperdrive HTTP Requests.
- [hyperdrive-stats](https://github.com/juliangruber/hyperdrive-stats) - Live & persistent stats module for hyperdrive.
- [hyperdrive-network-speed](https://github.com/joehand/hyperdrive-network-speed) - Track hyperdrive archive upload and download speeds.
- [zip-to-hyperdrive](https://github.com/karissa/zip-to-hyperdrive) - Add files from a zip archive to a hyperdrive archive.
- [hyperdrive-to-zip-stream](https://github.com/pfrazee/hyperdrive-to-zip-stream) - Create a zipfile from a hyperdrive.
- [github-to-hypercore](https://github.com/yoshuawuyts/github-to-hypercore) - Stream a github event feed into a hypercore.
- [multidrive](https://github.com/yoshuawuyts/multidrive) - Manage multiple hyperdrive instances.
- [hyperdrive-duplicate](https://github.com/joehand/hyperdrive-duplicate) - Check if a file is the same as an entry in hyperdrive.

## Protocol & Network

Expand All @@ -35,6 +48,8 @@
## Built with dat

- [jawn](https://github.com/CfABrigadePhiladelphia/jawn) - Git for Tabular Data.
- [hyperfeed](https://github.com/poga/hyperfeed) - A self-archiving P2P live feed. You can convert any RSS/ATOM/RDF feed to a P2P live update publishing network.
- [hyperpipe](https://github.com/mafintosh/hyperpipe) - Distributed input/output pipe.

## License

Expand Down