This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-08-24
Channels
- # announcements (3)
- # beginners (128)
- # boot (2)
- # braveandtrue (97)
- # calva (13)
- # cider (4)
- # cljdoc (12)
- # cljs-dev (16)
- # clojure (78)
- # clojure-germany (8)
- # clojure-italy (5)
- # clojure-nl (1)
- # clojure-spec (59)
- # clojure-uk (29)
- # clojurescript (46)
- # core-async (9)
- # cursive (63)
- # data-science (3)
- # datomic (22)
- # devcards (1)
- # duct (7)
- # emacs (4)
- # flambo (2)
- # fulcro (37)
- # instaparse (6)
- # jobs-discuss (38)
- # juxt (1)
- # off-topic (35)
- # om-next (1)
- # parinfer (7)
- # re-frame (14)
- # reagent (6)
- # reitit (21)
- # rum (1)
- # shadow-cljs (74)
- # spacemacs (8)
- # specter (1)
- # sql (3)
- # testing (2)
- # unrepl (2)
- # yada (6)
i've just started using ions to build a web app to explore our data. It's been great! I have a question though: Is there a way of getting the stage name of the API Gateway eg. "dev"?
ok so the raw request json under the key: datomic.ion.edn/api-gateway-request has the stage name.
we are probably going to destroy our US-East-2 cluster and recreate in East-1 under a separate AWS acct, and deal with the cross-account permissioning
This kind of stuff really annoys me. We had to do something similar because of some other services. They're trying to get more people out of east-1, but the lag on services is just too much
more sophistication would involve serializing to fressian or netty or binary serialization of your choice and storing as bytes; or storing in an external store if the blobs are large
I'm storing a number of blobs for an entity, and I ended up sticking them on S3. As they're part of a details view of the entities in question, I figure the response time is sufficient. Seeing as S3 supports versioning as well, I reckon I can support time travel even though they're not sitting inside Datomic.
seems like I might have to serialize it and store as "bytes". I am trying to convert a schema we have on postgres as an exercise, we use jsonb in these rare cases.