gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNUnet-developers] Decentralized database


From: Amirouche Boubekki
Subject: Re: [GNUnet-developers] Decentralized database
Date: Sat, 13 Jan 2018 21:00:45 +0100
User-agent: Roundcube Webmail/1.1.2

On 2018-01-13 20:23, Amirouche Boubekki wrote:

Anyway, I figured that I can use the high level fs service to implement
a prototype. Basically, vertex will be files and links will be keywords.
That way, a new vertex can link to an existing vertex without having
to update somehow the old vertex.


Here is a demo of it would work: https://asciinema.org/a/aFqvf54ABpb2DllB0jFhPbvKh

Simply said:

$ gnunet-publish vertex1
$ gnunet-pbulish vertex2 -k $(sha256sum vertex1 | cut -d ' ' -f 1)
$ gnunet-pbulish vertex3 -k $(sha256sum vertex1 | cut -d ' ' -f 1)
$ gnunet-pbulish vertex4 -k $(sha256sum vertex1 | cut -d ' ' -f 1)

Then to know what links to vertex1:

$ gnunet-search $(sha256sum vertex1 | cut -d ' ' -f 1)

WDYT, it's viable somehow?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]