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=DKIM_SIGNED,DKIM_VALID autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 27308 invoked from network); 11 Jan 2021 04:25:45 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 11 Jan 2021 04:25:45 -0000 Received: from mail-vs1-f43.google.com ([209.85.217.43]) by 1ess; Sun Jan 10 22:57:20 -0500 2021 Received: by mail-vs1-f43.google.com with SMTP id r24so9001067vsg.10 for <9front@9front.org>; Sun, 10 Jan 2021 19:57:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=slub-co.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=uBfyoUa3vmTD9XU6hEtoV5fD4D1okS55cEzgzFYLcxA=; b=PwfVjpmodyj1EQQvbQbAthWuNhfiNBB3fMzGJ9YKcxNqPz97W9nuj4ph79aQOw0gq8 ACjCwC5LGKi6eqkgaK943PNtKpFInJFMFs16zqH9FPqXaJRB42c0YBe5ZxU2WVpK3n3g h7o9uErQou86fCQouMIwnDQ2K3oNL0OtBKFruujOg8msM1gi/0gPlugiEkZUV2R5DdgW 72BSwYvapbEDUtoYX9cgWLiOMTiN2WNdSflRbKdqmbAe7Aw+ubOihGUpLqwfL4ZnxDYL vT8fSio/qDt5+f9yA6xX0mBZdxAKuPYhXQMcfbpgg3tVnn1CZoCAW+vCuCN52gwPc+P8 QM+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=uBfyoUa3vmTD9XU6hEtoV5fD4D1okS55cEzgzFYLcxA=; b=Z1wAQd1NHuyIx96f8b2iL0k2Q+GB8wdvf82CWUoInExkU1tQC/6a7PJcaI/pPlB2FH s5EXEFBDWopwF1T/WT+YstwH5a5RjlgT02XtVAfQD4+xN0oRMx/mnKg8o8qtegWFusbO yFDQvVw44Lie8UF7vEn7ydJAsBHQyHF8XuE9axiTaHlm0bF/Q5w77M/J/dff07S/smTL YuNdPsHA2w+VfOQhWr/mFpzl05//SsXtMypq32BivhOdNQJjKHr2Ue/h20x8WIl5iDrb RNsyPbOqIPOd4yZH2IPgEPy87xHtTp9vlKJCSp5ybKZ+h3fLQCo+YYYdbY2wB9eW2K0X HeYQ== X-Gm-Message-State: AOAM533u/mYcZvDlamsPTiqhGhWCl5fI9mk3r79FE406rY8kMdt5JPuU 8LD9tosogjYHu3s41EuKPRX2g8b1aQqgDuT/CLJaG3yiAw9GvA== X-Google-Smtp-Source: ABdhPJxmp6X0BzuvmK3Qc1L0v9SCL5ajECL/DYxWF+NRPQQhD6oYG8Xi+6JlcH/pOsVpKle+MWHHdKc70M/7bOLWVrE= X-Received: by 2002:a05:6102:2413:: with SMTP id j19mr11376881vsi.17.1610337428639; Sun, 10 Jan 2021 19:57:08 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: "p. j." Date: Sun, 10 Jan 2021 22:56:57 -0500 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: template service Subject: Re: [9front] SQL Reply-To: 9front@9front.org Precedence: bulk something like q or k would be interesting. if someone was looking to port it, i would recommend ngn's implementation and the clarity and serenity of mind to work with whitney-style c: https://git.sr.ht/~ngn/k/ On Sun, Jan 10, 2021 at 10:52 PM William Gunnells wrote: > > Okay so plan9 does not have DB because...well it's a file based > system. Okay okay so how would you manage large data. grep would suck. > I guess sqlite would work but is that even ported. I read somewhere > about using: https://github.com/harelba/q/ I don't know about that. I > don't have a practical use as of yet. Just curious. It seems like a > challenge to build some sort of http server in plan9 with basic > webauth capability and store data in a file. What's the file size > limitation? 9front has a list server. I'm sure that data is pretty > extensive but those pages are not being served. Thoughts?