Learn Datalog Today

12 views
Skip to first unread message

Matthew Boston

unread,
Jan 20, 2014, 11:04:52 PM1/20/14
to columbu...@googlegroups.com
For those of you familiar, or not, with Datomic here is a link to a pretty decent tutorial for getting to know Datalog, the query language behind Datomic.


I've been going through the examples, prepping myself for some upcoming client-work. They're pretty god so far, I highly recommend it.

Cheers,
Matthew

bill robertson

unread,
Jan 21, 2014, 12:08:21 AM1/21/14
to columbu...@googlegroups.com
Been looking for something like this. Thanks!


--
You received this message because you are subscribed to the Google Groups "Columbus Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email to columbuscloju...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

jerry....@gmail.com

unread,
Jan 21, 2014, 8:16:20 AM1/21/14
to columbu...@googlegroups.com
Thanks for sharing that link Matthew!

-Jerry

John Andrews

unread,
Jan 21, 2014, 8:43:48 AM1/21/14
to columbu...@googlegroups.com
Very nice resource. Though I can't figure out who directed RoboCop. I just get 
Oh snap!

processing rule: (q__32 ?m)


Client work with Datomic? I'm very excited for you! Come and tell us about it when you can.

-John
signature.asc

Matthew Boston

unread,
Jan 21, 2014, 9:09:20 AM1/21/14
to columbu...@googlegroups.com
John, what was your proposed solution?

Mine was:

[:find ?name
 :where
 [?m :movie/title "RoboCop"]
 [?m :movie/director ?d]
 [?d :person/name ?name]]

--
Matthew Boston, Software Developer

John Andrews

unread,
Jan 21, 2014, 9:20:22 AM1/21/14
to columbu...@googlegroups.com
That looks like the same query I had. I run it now and it works. Maybe it was a temporary issue on their side? I know it couldn't be my code ;)
signature.asc
Reply all
Reply to author
Forward
0 new messages