This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-24
Channels
- # announcements (2)
- # beginners (131)
- # calva (4)
- # cider (29)
- # cljs-dev (18)
- # cljsrn (8)
- # clojure (61)
- # clojure-czech (1)
- # clojure-europe (5)
- # clojure-italy (14)
- # clojure-nl (6)
- # clojure-switzerland (2)
- # clojure-uk (125)
- # clojuredesign-podcast (10)
- # clojurescript (25)
- # clojutre (15)
- # clr (4)
- # code-reviews (4)
- # data-science (1)
- # emacs (1)
- # events (2)
- # fulcro (12)
- # graalvm (4)
- # jobs (2)
- # keechma (1)
- # off-topic (1)
- # pathom (18)
- # re-frame (3)
- # reagent (7)
- # shadow-cljs (106)
- # spacemacs (33)
- # sql (12)
- # xtdb (5)
@vikeri @danieleneal Have you hit file size limits with JSON you js/require to bootstrap?
I haven’t yet
@olivergeorge We actually don’t bundle data as json but instead use a prepopulated SQLite db. But then we save user data with transit using AsyncStorage. We use SQLite for other storage as well though.
Gotcha. I'm about to try that.
My app is for a University asset management team. They have 16000 rooms... the basic location info came to a 3.5mb transit (json) file. The release build was crashing as it tried to start up for large JSON files.
Seems like prepopulating a sqlite db is a smart baseline for master data