datproject-discussions
datproject-discussions copied to clipboard
a repo for discussions and other non-code organizing stuff [ DEPRECATED - More info on active projects and modules at https://dat-ecosystem.org/ ]
using this issue to document links to research and statistics on various p2p connection mechanisms: STUN (UDP hole punching), TCP hole punching, ICMP hole punching etc - http://www.brynosaurus.com/pub/net/p2pnat/ - found...
Hey, I was just trying to wrap my head around how to use RDF with dat. Here are a few points that I came up with that seem to be...
We're working on a paper that describes the [Merkle DAG](https://github.com/jbenet/random-ideas/issues/20) we use in dat. Specifically we are interested in approaches with these properties: - we want to diff DAGs between...
Hi there, I have seen Datscript/Datfile, hackfile and Gasket and I will be interesting in contributing to a data pipelines description framework. For what I have understood, datscript instructions convert...
@wardcunningham and myself will be working on a project for [the mozilla science lab summer sprint](https://etherpad.mozilla.org/sciencelab-2015globalsprint) involving the [smallest federated wiki](https://github.com/WardCunningham/Smallest-Federated-Wiki) and [dat](https://github.com/maxogden/dat/tree/beta/) Let's use this thread to plan/brainstorm. Existing...
entries we have so far: - https://github.com/datproject/datscript/blob/master/example.ds - https://github.com/datproject/datscript/blob/master/example-bionode.ds - https://github.com/ekg/datscriptish/blob/master/example.dsh the idea is to use a runtime like https://www.npmjs.org/package/gasket to run these. they are supposed to be less like...
(In reference to: https://twitter.com/maxogden/status/552158433051291648) I work for a government agency, and one of the datasets we regularly use for analysis is HUD's Comprehensive Housing Assessment Survey (http://www.huduser.org/portal/datasets/cp.html). This dataset is...
consider this: https://github.com/maxogden/dat-oakland-land-use look at the package.json `import` script. it essentially does these commands ``` wget -N http://data.openoakland.org/sites/default/files/Oakland_Parcels_06-01-13.zip unzip -o Oakland_Parcels_06-01-13.zip ``` and then these as a pipe chain ```...
for testing cli modules more better we need a module that: - is designed around use with `tape` e.g. you pass in a tape test instance - uses `tree-kill` to...
### these are ideas, all liable to change # Dat Project -- Open Data Tools: ## dat - see https://github.com/maxogden/dat ## dat-webui - google docs meets IPython - frontend for...