Fork me on GitHub
#datomic
<
2018-04-06
>
steveb8n03:04:50

@adammiller as promised, here’s the lib I created to use Peer and Cloud compatible app code https://github.com/stevebuik/ns-clone

steveb8n03:04:24

Currently doesn’t support client/cloud since I’m only using Peer/local currently

steveb8n03:04:42

I’m interested in any feedback from the community.

steveb8n03:04:39

It’s working really well in my project already. Using the logger interceptor shows my app is really chatty, will need some cleanup to run on cloud

conan09:04:51

Does anybody know whether it is possible to access Datomic Cloud from outside AWS?

val_waeselynck10:04:25

If it is for developer access, I believe that's what the bastion is for

conan10:04:51

I'm looking for a production application to use it that's hosted on Heroku, and I can't afford their VPC solution. Can it go over the internet?

val_waeselynck10:04:15

You'll need to ask someone from the Datomic team (@U05120CBV ?) this is beyond my knowledge

marshall12:04:58

Datomic Cloud runs in your own VPC in your own AWS account. You can configure security/network options however you require, but the default (only accessible from within AWS VPC) is designed with best-practices for AWS security.

conan15:04:19

Sad times for those of us not in AWS!

conan15:04:22

Sounds like I could configure public access though. I'll have to consider whether I'm happy with this, I understand it's all done over SSL.

marshall20:04:13

if you’re asking about running Datomic Cloud itself in Heroku, no. Cloud can only be run in AWS

mynomoto14:04:56

If I delete a solo datomic cloud stack and want to clean everything, what do I have do delete manually? I found storage at s3, efs and dynamo. Is there something else that needs cleaning?

mynomoto14:04:03

@jaret thanks! I will check it out

jaret14:04:32

I think you got everything but maybe the CloudWatch log group.

mynomoto15:04:29

@jaret I think the console steps to deregister scalable targets are not necessary if the dynamo tables are deleted. I could not find those.

mynomoto15:04:45

And iam policies also need to be deleted manually.

souenzzo19:04:21

There is a :user/animals. It's a ref/many I have a list of animals. I want to find all users that has just a subset(or equal) of my list of animals There is how to do it with one query?

souenzzo19:04:34

{:db/id 1
 :user/animals [10 11 12]}
{:db/id 2
:user/animals [10 11]}
If my list of animals is [10 11 15], I want to find [2]

eraserhd20:04:11

I have an odd scenario where I add a little bit of data to my seed data for tests, and tests start failing, even though I don't believe the test data is really used yet, and it's valid. I can't find any info about limits or config for "mem" databases. Am I missing something?

eraserhd20:04:09

ugh, nevermind. Found it.