datomic

Ask questions on the official Q&A site at https://ask.datomic.com!
2021-01-21T06:32:05.001900Z

Does anyone have an example of datomic running on MS SQL/SQL Server? :) I am interested in the config files for the tables.

raymcdermott 2021-01-21T13:03:33.003500Z

does the datomic team plan to check for CVEs prior to release? We are finding some from the most recent release and it would be good if they were fixed at source.

raymcdermott 2021-01-21T13:04:18.003900Z

com.datomic/datomic-pro              {:mvn/version "1.0.6222" :exclusions [commons-beanutils/commons-beanutils
                                                                                        org.apache.httpcomponents/httpclient]}
             ;; To remove CVE warnings from Datomic deps
             commons-beanutils/commons-beanutils  {:mvn/version "1.9.4"}
             org.apache.httpcomponents/httpclient {:mvn/version "4.5.13"}

raymcdermott 2021-01-21T13:05:12.004400Z

I know we are all committed to hating semantic versioning but it’s working for us here

jaret 2021-01-21T13:48:35.004600Z

This is on our radar we have an internal list that includes: CVE-2018-10237, CVE-2020-8908, CVE-2015-6420, CVE-2017-15708, CVE-2019-10086 Initial review has found it to not be a straightforward bumping of a dep. If you have another CVE that we need to look at, please share the ID here, on the forums (http://forum.datomic.com), the knowledgebase at http://ask.datomic.com or e-mail us directly <mailto:support@cognitect.com|support@cognitect.com>

jaret 2021-01-21T13:49:03.004800Z

slack is the devil for tracking these things because of archiving.

roland 2021-01-21T14:17:25.006100Z

hello, I see that now index-pull has a :reverse option. Is there any plan to add it to the index-range function ?

roland 2021-01-25T11:41:38.031100Z

Thanks, I asked there: https://ask.datomic.com/index.php/582/reverse-order-browsing-for-raw-indexes

👍 1
jaret 2021-01-21T15:06:23.006200Z

Hi @roland.thiolliere it hasn't come up but I think this would make a good feature request. We are trying to track feature requests by polling http://ask.datomic.com. If you could log this as a feature request there we could see how much of the community would like this feature and it will work into our internal tickets for consideration.

raymcdermott 2021-01-21T17:51:23.006400Z

these version bump works in our tests though I would like to understand failure cases obviously. I’ll follow up on the official site.

shields 2021-01-21T22:31:42.008300Z

Hello all, I was wondering if anybody has experience with Datomic Ions and using Auth0 through the API-Gateway. Any suggestions on how to create the authorizer to hook to my Lambda Function? I basically want to be able to add the Auth token to the Header.

Joe Lane 2021-01-21T23:51:44.009Z

Are you using an Ion Lambda as the custom authorizer or are you using an Ion Lambda as the http-handler? I don't see how this has anything to do with ions. Isn't this just a matter of wiring up Auth0 as a https://auth0.com/docs/integrations/amazon-cognito? Once your request makes it past Cognito, isn't it smooth sailing?