From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 12242 invoked from network); 10 May 2022 18:26:54 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 10 May 2022 18:26:54 -0000 Received: from sirjofri.de ([5.45.105.127]) by 9front; Tue May 10 14:25:08 -0400 2022 Received: from sirjofri.de ([95.90.218.92]) by sirjofri.de; Tue May 10 20:25:04 +0200 2022 Date: Tue, 10 May 2022 18:25:03 +0000 (UTC) From: sirjofri To: 9front@9front.org Message-ID: <85398cf2-aff5-417c-8708-67b009a85030@sirjofri.de> In-Reply-To: <314C3651-2068-46FC-B012-FAA1760935D3@firstpost.pub> References: <314C3651-2068-46FC-B012-FAA1760935D3@firstpost.pub> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Correlation-ID: <85398cf2-aff5-417c-8708-67b009a85030@sirjofri.de> List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: secure descriptor-oriented blockchain generator Subject: Re: [9front] using ndb as a general purpose database Reply-To: 9front@9front.org Precedence: bulk 10.05.2022 19:08:24 sml : > Does anyone here use ndb as a general purpose database, or would you > rather advise against it because it is not intended that way? I see no reason _not_ to use it if the use case fits perfectly. In the end there are other similar database-like systems in 9 context, for example factotum and inferno registry. For simpler databases plain text files with a specific format are often good enough. Ndb databases have the benefit that you can just use ndb programs for querying, which works great using a shell script. sirjofri