Fork me on GitHub
#datomic
<
2018-10-14
>
avfonarev09:10:00

Can datomic ions handle file upload?

henrik10:10:57

Yep, no problem.

4
eoliphant20:10:45

though, given that you're in AWS, you have other options. We do all of our uploads to S3, then have a lambda ion handle the s3 notifications

henrik08:10:07

I made a small UI to visualise the output of processing a file, a sort of visual debugger. This I handled by uploading a file directly to the Ion. For production processing, S3 is definitely the way to go.

eoliphant20:10:14

Hi, I'm trying to apply the 441-8505 patch. it worked fine for my solo compute stack, but i'm getting a Error creating change set: The submitted information didn't contain changes. Submit different information to create a change set. when I try to apply the update to the storage stack

stuarthalloway11:10:43

Hi @U380J7PAQ -- 441-8505 is a compute only update, so there is no change to storage. @U1QJACBUM if "compute only" is shown only in the summary column of the table, we should add it to the text description of each update so one does not have to look in two places.

eoliphant13:10:25

Ah, ok great, yeah wasn't quite clear from the release notes

eoliphant20:10:45

though, given that you're in AWS, you have other options. We do all of our uploads to S3, then have a lambda ion handle the s3 notifications