Is there a secret namespace that one can access for parsing pull expressions into an AST?
1👍Very nice! Thanks!
It’s not perfect, it doesn’t understand some attribute option syntax
That is really close. I see it treats parameters differently, but only slightly.
We write our queries in eql and have a transform function to convert ast to Datomic syntax.
Nice, that’s a good approach.
interesting, thanks
but isn’t the first one not a good benchmark, as map returns lazy seq
1😅You're absolutely right. I knew something was up.
Could you use the cognitect-labs/aws-api and fire the DDB scaler from the process that starts the batch job? Maybe you could even wait on the scaling completed. I do something similar to start up an expensive EC2 instance running a web driver just before my crawler starts. The aws-api call to start the EC2 instance blocks waiting for the instance to finish starting.
1☝️Very nice! Thanks!