Sujet : Re: Archive Any And All Text Usenet
De : schlomo.goldberg (at) *nospam* mailinator.com (Schlomo Goldberg)
Groupes : news.admin.peering news.software.nntpDate : 11. Oct 2024, 01:03:53
Autres entêtes
Organisation : AmigaXess
Message-ID : <ve9q18$a665$5@amigaxess.de>
References : 1 2
User-Agent : Mozilla Thunderbird
immibis <
news@immibis.com> writes:
On 9/03/24 19:01, Ross Finlayson wrote:
[snip] I wonder how to define an
"archive any and all text usenet", AAATU,
filesystem convention, as a sort of "Library
Filesystem Format", LFF.
The idea is that each "message", "post", has an ID,
then as far as that's good, that each group
in the hierarchy has a name, and that, each
message has a date. Then, the idea is to
make an LFF, that makes a folder for a group,
for a date, each its messages.
a.b.c/YYYY/MMDD/HHMM/
>
A filesystem is not a good match for all possible problems. Have you
considered an SQL database, which IS a good match for a large number
of problems?
Or NoSQL. Actually, if you think about it, NNTP server is kind of a
front for a NoSQL database. You can request a "key" (Message-ID), you
can list "keys" in a "bucket" (newsgroup), you can do some simple search
(XHDR, XPAT), etc.