This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-27
Channels
- # announcements (2)
- # architecture (1)
- # aws (3)
- # babashka (50)
- # beginners (99)
- # biff (7)
- # calva (11)
- # clj-http (1)
- # clj-kondo (18)
- # cljs-dev (17)
- # clojars (33)
- # clojure (63)
- # clojure-europe (83)
- # clojure-nl (2)
- # clojure-norway (4)
- # clojure-sweden (18)
- # clojure-uk (2)
- # clojurescript (7)
- # datalevin (3)
- # docker (2)
- # emacs (44)
- # malli (10)
- # music (2)
- # off-topic (2)
- # portal (4)
- # practicalli (2)
- # reagent (23)
- # reitit (6)
- # shadow-cljs (22)
- # spacemacs (8)
- # sql (35)
- # tools-deps (2)
- # xtdb (5)
Soon I'll be starting on a file archiving project. Basically the client revives a large amount of files every day and those files need to be categorized, metadata about the file collected and stored on disk. Because we want to use some s3 compatible blob storage layer it seams to be a good synergy with the Document Store
part of XTDB in where we can use the same storage layer.
The files that come in are from a couple of kb to sometimes ~1.5gb
I was wondering if it is possible to store those files directly "in" XTDB or should metadata and files be handled separately, metadatab in XTDB and files directly in the storage layer?