This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
@arohner: separate, dedicated instance
this talk is great for those with Datomic in prod or close to it
he says they use a t2.micro that backs up to S3 continuously
What is the best way to get a unix epoch into something that the datomic :inst type approves of?
Hi everyone, I need some help. I've developed a datomic app using the free filesystem transactor, and now it's time to deploy it. I decided to deploy it on Postgres. I ran the postgres setup scripts that ship with datomic, and this is what I have in my transactor.properties:
protocol=sql
host=localhost
port=4334
### Postgres
sql-url=jdbc:
sql-user=datomic
sql-password=datomic
sql-driver-class=org.postgresql.Driver
Now when I try to create a database and connect to it, I get an error:
user> (d/create-database "datomic:)
true
user> (d/connect "datomic:)
ClassCastException [trace missing]