All Projects β†’ dat-ecosystem-archive β†’ dat-log

dat-ecosystem-archive / dat-log

Licence: MIT license
Log History of Dat [ DEPRECATED - More info on active projects and modules at https://dat-ecosystem.org/ ]

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to dat-log

dat
πŸ’Ύ peer-to-peer sharing & live syncronization of files via command line [ DEPRECATED - More info on active projects and modules at https://dat-ecosystem.org/ ]
Stars: ✭ 8,250 (+68650%)
Mutual labels:  dat, dat-protocol
hyperdrive-network-speed
track upload and download speed on a hyperdrive archive [ DEPRECATED - More info on active projects and modules at https://dat-ecosystem.org/ ]
Stars: ✭ 18 (+50%)
Mutual labels:  dat, dat-protocol
dat-storage
Dat specific storage provider for Hyperdrive [ DEPRECATED - More info on active projects and modules at https://dat-ecosystem.org/ ]
Stars: ✭ 36 (+200%)
Mutual labels:  dat, dat-protocol
Dat
πŸ’Ύ peer-to-peer sharing & live syncronization of files via command line
Stars: ✭ 8,259 (+68725%)
Mutual labels:  dat, dat-protocol
Dat Keyserver
a distributed PGP keyserver project based on the dat protocol
Stars: ✭ 89 (+641.67%)
Mutual labels:  dat
Hypercloud
A hosting server for Dat. [ARCHIVED - Use Hashbase instead!]
Stars: ✭ 96 (+700%)
Mutual labels:  dat
Blockchain Parser
The simpliest script for parsing Bitcoin blockchain. It made convertion of blk*****.dat files to the simple text.
Stars: ✭ 84 (+600%)
Mutual labels:  dat
Hypertweet
concept tweet -> hypercore thingy
Stars: ✭ 69 (+475%)
Mutual labels:  dat
dat-utils
Utility functions for Beaker Browser's DatArchive API
Stars: ✭ 13 (+8.33%)
Mutual labels:  dat
frostpunk mod
Frostpunk / Mod Tools / ιžε…¬εΌζ—₯本θͺžεŒ–MODツール
Stars: ✭ 17 (+41.67%)
Mutual labels:  dat
Datbase
[DEPRECATED] Open data sharing powered by Dat
Stars: ✭ 251 (+1991.67%)
Mutual labels:  dat
Mdfreader
Read Measurement Data Format (MDF) versions 3.x and 4.x file formats in python
Stars: ✭ 131 (+991.67%)
Mutual labels:  dat
geniza
hobby implementation of dat in rust
Stars: ✭ 32 (+166.67%)
Mutual labels:  dat
caracara
GEUT LABS. An experimental Dat based collaborative editor.
Stars: ✭ 33 (+175%)
Mutual labels:  dat
Hashbase
A Dat-hosting service for multiple users
Stars: ✭ 226 (+1783.33%)
Mutual labels:  dat
Datradio
p2p music player for {old} beaker and dat
Stars: ✭ 77 (+541.67%)
Mutual labels:  dat
olaf
A P2P chat using Dat.
Stars: ✭ 24 (+100%)
Mutual labels:  dat
Enoki
ultralight tools for creating p2p sites
Stars: ✭ 222 (+1750%)
Mutual labels:  dat
Sdk
Write your own dat app!
Stars: ✭ 215 (+1691.67%)
Mutual labels:  dat
dat-wot
[WIP] A decentralized public key network with encryption utilities for data collaboration
Stars: ✭ 52 (+333.33%)
Mutual labels:  dat

deprecated

More info on active projects and modules at dat-ecosystem.org


dat-log

view history of a dat in the CLI

npm travis standard

dat-log prints all changes, the file versions, and information about the dat:

❯ dat-log dat://64375abb733a62fa301b1f124427e825d292a6d3ba25a26c9d4303a7987bec65
1 [put] / 0 B (0 blocks)
2 [put] /README 175 B (1 block)
3 [put] /dat.json 309 B (1 block)
4 [put] /far-manzanar.csv 2.0 MB (31 blocks)
5 [put] /far-minidoka.csv 2.1 MB (33 blocks)
6 [put] /far-poston.csv 3.6 MB (55 blocks)
7 [put] /wra-master.csv 73 MB (1111 blocks)

Log synced with network

Archive has 7 changes (puts: +7, dels: -0)
Current Size: 80 MB
Total Size:
- Metadata 436 B
- Content 80 MB
Blocks:
- Metadata 8
- Content 1232

Install

If you already have dat installed, run it with dat log!

npm install -g dat-log

Usage

You can view history for a local dat (any directory with a .dat folder):

dat-log /my-data

Or view history for a remote dat using the dat link:

dat-log dat://64375abb733a62fa301b1f124427e825d292a6d3ba25a26c9d4303a7987bec65 

Options:

  • --live, -l: Keep process running and view live history

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].