<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Clojure Q&amp;A - Recent questions tagged datomic</title>
<link>https://ask.clojure.org/index.php/tag/datomic</link>
<description></description>
<item>
<title>ERROR DATOMIC CLOUD S3 AWS</title>
<link>https://ask.clojure.org/index.php/12469/error-datomic-cloud-s3-aws</link>
<description>&lt;p&gt;I'm trying to connect with the datomic cloud, but when I connect with the client I get the following error:&lt;br&gt;
 Execution error (NoClassDefFoundError) at com.amazonaws.services.s3.AmazonS3ClientBuilder/standard (AmazonS3ClientBuilder.java:46).&lt;br&gt;
 Could not initialize class com.amazonaws.services.s3.S3CredentialsProviderChain&lt;/p&gt;
</description>
<category>Meta</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/12469/error-datomic-cloud-s3-aws</guid>
<pubDate>Sun, 11 Dec 2022 17:43:52 +0000</pubDate>
</item>
<item>
<title>Will REBL be open-sourced?</title>
<link>https://ask.clojure.org/index.php/11037/will-rebl-be-open-sourced</link>
<description>&lt;p&gt;On the assumption that it doesn't play any tricks that are not available to other Datomic users, what are the reasons for keeping it as a private repo?&lt;/p&gt;
</description>
<category>REBL</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/11037/will-rebl-be-open-sourced</guid>
<pubDate>Sat, 11 Sep 2021 17:01:54 +0000</pubDate>
</item>
<item>
<title>Datomic cannot connect: java.lang.NoClassDefFoundError</title>
<link>https://ask.clojure.org/index.php/10201/datomic-cannot-connect-java-lang-noclassdeffounderror</link>
<description>&lt;p&gt;I was following the Datomic tutorial, got everything set up on AWS and a succesful response from the curl &lt;code&gt;{:s3-auth-path [bucket-name]}&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;After that I think that a client was created successfully:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;(ns try-datomic.db
  (:require [datomic.client.api :as d]))

(def cfg {:server-type :cloud
          :region &quot;eu-central-1&quot;
          :system &quot;db-learn&quot;
          :creds-profile &quot;default&quot;
          :endpoint &quot;http://entry.db-learn.eu-central-1.datomic.net:8182/&quot;
          :proxy-port 8182})

(def client (d/client cfg))
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Response from declaring a client is:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;2021-02-17 17:48:24.708:INFO::nRepl-session-6***6: Logging initialized @13975ms to org.eclipse.jetty.util.log.StdErrLog&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;After that when trying to create a database with:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;(d/create-database client {:db-name &quot;movies&quot;})
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I get this error:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Execution error (ExceptionInfo) at datomic.client.api.async/ares (async.clj:58).
java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Please help.&lt;/p&gt;
</description>
<category>Clojure</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/10201/datomic-cannot-connect-java-lang-noclassdeffounderror</guid>
<pubDate>Wed, 17 Feb 2021 16:01:19 +0000</pubDate>
</item>
<item>
<title>How to store secrets in datomic cloud</title>
<link>https://ask.clojure.org/index.php/8554/how-to-store-secrets-in-datomic-cloud</link>
<description>&lt;p&gt;Locally I'm using &lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/juxt/aero&quot;&gt;https://github.com/juxt/aero&lt;/a&gt; to read in a local secrets.edn file that is not tracked by version control intentionally so that secrets.edn doesn't reach github since that's a public repo&lt;/p&gt;
&lt;p&gt;but the flip side of that means secrets.edn would not be in my git repo for sending up to Datomic cloud, I suppose I can make my GitHub repo private but if possible I'd prefer an alternative&lt;/p&gt;
</description>
<category>Libs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/8554/how-to-store-secrets-in-datomic-cloud</guid>
<pubDate>Fri, 06 Sep 2019 09:07:44 +0000</pubDate>
</item>
<item>
<title>Is there anyone doing websockets with datomic ion  on aws</title>
<link>https://ask.clojure.org/index.php/8303/is-there-anyone-doing-websockets-with-datomic-ion-on-aws</link>
<description>&lt;p&gt;We are trying to setup  our clojure server to handle websockets but we are using datomic's ion infrastructure on aws, making it not so easy.  I wonder if anyone has tried it or has any pointers? &lt;/p&gt;
</description>
<category>Libs</category>
<guid isPermaLink="true">https://ask.clojure.org/index.php/8303/is-there-anyone-doing-websockets-with-datomic-ion-on-aws</guid>
<pubDate>Thu, 01 Aug 2019 18:54:02 +0000</pubDate>
</item>
</channel>
</rss>