This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-10-31
Channels
- # aws-lambda (4)
- # beginners (152)
- # boot (19)
- # cider (45)
- # cljs-dev (14)
- # clojure (54)
- # clojure-dev (33)
- # clojure-greece (11)
- # clojure-italy (4)
- # clojure-nl (8)
- # clojure-norway (2)
- # clojure-russia (6)
- # clojure-sg (1)
- # clojure-spec (1)
- # clojure-uk (40)
- # clojure-ukraine (5)
- # clojurescript (40)
- # community-development (13)
- # component (8)
- # core-async (3)
- # cursive (25)
- # data-science (11)
- # datomic (13)
- # duct (1)
- # emacs (2)
- # events (16)
- # figwheel (3)
- # fulcro (53)
- # graphql (2)
- # jobs (5)
- # jobs-rus (1)
- # juxt (10)
- # leiningen (4)
- # off-topic (82)
- # other-languages (5)
- # portkey (3)
- # protorepl (13)
- # re-frame (22)
- # reagent (15)
- # ring-swagger (4)
- # shadow-cljs (69)
- # spacemacs (7)
- # specter (16)
- # sql (13)
- # vim (5)
- # yada (2)
@steveb8n Cloud has a built-in partitioning mechanism. If you’re using clients today you’re just using a default single partition anyway (http://docs.datomic.com/transactions.html#default-partition)
I’m trying to configure datomic with sql storage. I see the following line in the logs
Starting datomic:sql://<DB-NAME>?jdbc:mysql:// ....
@rrevo That indicates that you’ve started the transactor against that SQL storage. You’ll set the DB name in your connection URI when you connect with a peer to create the database
for example: http://docs.datomic.com/dev-setup.html#create-db using dev storage ^
@marshall thanks. i wanted to restore to the transactor that i just started using the sql storage. So I was not sure what to-db-uri to provide.
so when you run restore from another terminal windows you’ll use the uri printed out from the transactor with the <DB-NAME> replaced with the name you want to restore into
@marshall are you going to ship cloud with clients for other languages than clojure/java? or will you just open the transport spec and let the community build clients?
java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: com.amazonaws.services.dynamodbv2.model.ProvisionedThroughputExceededException: The level of configured provisioned throughput for the table was exceeded. Consider increasing your provisioning level with the UpdateTable API. (Service: AmazonDynamoDBv2; Status Code: 400; Error Code: ProvisionedThroughputExceededException; Request ID: UKBM7UDV8S7MVJ8ID6V49612JNVV4KQNSO5AEMVJF66Q9ASUAAJG)
Trying to restore a 20Mb backup to a DynamoDB on amazon.