CodeForPhilly / jawn

'Git for Tabular Data'
http://datjawn.com
BSD 3-Clause "New" or "Revised" License
44 stars 9 forks source link

Explore the parallels in substack's Open Street Maps libraries #28

Closed flyingzumwalt closed 8 years ago

flyingzumwalt commented 8 years ago

substack has created a library for distributing Open Street Maps data that has many similarities with our intended features for jawn. Take a look at https://github.com/digidem/osm-p2p-db

Where jawn aims at handling any tabular data, osm-p2p-db is built specifically to handle open street maps data.

Note: these libraries use hyperlog instead of hypercore. There are some tradeoffs between hyperlog and hypercore.

Related libraries:

Related Reading:

flyingzumwalt commented 8 years ago

I've included a rough explanation in the last third of Replication Patterns.pdf

This info wil also be included in the Distributed Web Primer