Discussion:
Please recommend any library for storing attachments/images on S3 with Datomic?
Hari Krishnan
2017-02-03 01:07:19 UTC
Permalink
Hello,

Can anyone recommend a CarrierWave (for Ruby on Rails) like library for
Clojure/Clojurescript, for S3 and Datomic? Much appreciated.

What is the good practice? Any thoughts?

Thanks in advance.
-Hari
--
You received this message because you are subscribed to the Google Groups "Datomic" group.
To unsubscribe from this group and stop receiving emails from it, send an email to datomic+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Paulus Esterhazy
2017-02-03 18:20:02 UTC
Permalink
Not a direct answer to your question, but consider using a SaaS like
filestack or imgix for uploading and serving images. Both services
work well and support S3.

You can store the resulting S3 key in datomic as a simple attribute,
no library necessary.

If you use ClojureScript, filestack's fronted library is even provided
on cljsjs.
Post by Hari Krishnan
Hello,
Can anyone recommend a CarrierWave (for Ruby on Rails) like library for
Clojure/Clojurescript, for S3 and Datomic? Much appreciated.
What is the good practice? Any thoughts?
Thanks in advance.
-Hari
--
You received this message because you are subscribed to the Google Groups "Datomic" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Datomic" group.
To unsubscribe from this group and stop receiving emails from it, send an email to datomic+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...