[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNUnet-developers] Proposal: Make GNUnet Great Again?
From: |
Christian Grothoff |
Subject: |
Re: [GNUnet-developers] Proposal: Make GNUnet Great Again? |
Date: |
Mon, 11 Feb 2019 17:25:25 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 |
The database is configured in gnunet.conf *per subsystem*, so you can
use MySQL for FS, Postgres for GNS/namestore and sqlite for peerstore if
you like.
It is also impossible to avoid per-subsystem code, as the tables,
indices and SQL queries differ between subsystems, and sadly the SQL
dialects are too far apart to translate automatically between them.
Hence you have a per-DB "general" library (libgnunetDB), plus plugins
for each subsystem for each (supported) database.
On 2/11/19 5:01 PM, Hartmut Goebel wrote:
> Huh? According to https://gnunet.org/configuring-mysql-database the
> database is configured in gnunet.conf. Thus I assume the database is a
> plug-in. So why does the number of packages multiply? Is there missing
> an abstraction layer? Same for gtk, which I assume adds a layer on top
> of existing tools.
signature.asc
Description: OpenPGP digital signature
- Re: [GNUnet-developers] Proposal: Make GNUnet Great Again?, (continued)
- Re: [GNUnet-developers] Proposal: Make GNUnet Great Again?, Christian Grothoff, 2019/02/11
- Re: [GNUnet-developers] Proposal: Make GNUnet Great Again?, Schanzenbach, Martin, 2019/02/11
- Re: [GNUnet-developers] Proposal: Make GNUnet Great Again?, Christian Grothoff, 2019/02/11
- Re: [GNUnet-developers] Proposal: Make GNUnet Great Again?, Schanzenbach, Martin, 2019/02/11
- Re: [GNUnet-developers] Proposal: Make GNUnet Great Again?, Christian Grothoff, 2019/02/11
- Re: [GNUnet-developers] Proposal: Make GNUnet Great Again?, Christian Grothoff, 2019/02/11
- Re: [GNUnet-developers] Proposal: Make GNUnet Great Again?, Schanzenbach, Martin, 2019/02/11
- Re: [GNUnet-developers] Proposal: Make GNUnet Great Again?, Christian Grothoff, 2019/02/11
- Re: [GNUnet-developers] Proposal: Make GNUnet Great Again?, Hartmut Goebel, 2019/02/11
- Re: [GNUnet-developers] Proposal: Make GNUnet Great Again?, Hartmut Goebel, 2019/02/11
- Re: [GNUnet-developers] Proposal: Make GNUnet Great Again?,
Christian Grothoff <=
- Re: [GNUnet-developers] Proposal: Make GNUnet Great Again?, Florian Dold, 2019/02/10
- Re: [GNUnet-developers] Proposal: Make GNUnet Great Again?, Schanzenbach, Martin, 2019/02/10
- Re: [GNUnet-developers] Proposal: Make GNUnet Great Again?, Christian Grothoff, 2019/02/10
- Re: [GNUnet-developers] Proposal: Make GNUnet Great Again?, Schanzenbach, Martin, 2019/02/10