DOMAIN MODELING WITH DATALOG by Norbert Wojtowicz

Sdílet
Vložit
  • čas přidán 11. 09. 2024

Komentáře • 17

  • @Chosen4500
    @Chosen4500 Před 9 měsíci +1

    I'm starting using LogSeq and the queries are written in Datalog, you are the one who made me understanding it. Thank you

  • @SimonGrayDK
    @SimonGrayDK Před 4 lety +17

    Thank you for an excellent talk on datalog. It's such an interesting piece of technology, but it's hard to find good tutorials apart from the official Datomic stuff.

    • @SimonGrayDK
      @SimonGrayDK Před 4 lety +2

      @@sublimemmNoLink That one is great and I love that it's meant to be interactive, but it only really touches on the basics. I feel like what's needed are more tutorials focusing on common database design issues and patterns applying Datalog. A bit like this one.

  • @WhiteLink1994
    @WhiteLink1994 Před 4 lety +11

    After ten minutes i thought... Datalog is awesome :D

  • @YarinKessler
    @YarinKessler Před 3 lety +3

    This whole thing blew me away- Datalog is amazing! Thank you Norbert, wish they didn't cut you off!

  • @IoanEugenStan
    @IoanEugenStan Před 4 lety +9

    I'm sold. Minute 5 :) .

  • @ymer92
    @ymer92 Před 4 lety +6

    That clojure language suits you very well, RDF.

  • @igorproskochilo9805
    @igorproskochilo9805 Před 2 lety

    Thank you very much!!! Great presentation, I’m hooked)

  • @patrickdlogan
    @patrickdlogan Před 3 měsíci

    Not so minor corrections:
    Datalog is not new technology, originating in the 1980s.
    Datalog is not based purely on triples. Rather facts and rules are n-tuple relations based on first-order logic where n >= 0. Triples are a convenient value for n if you want to purely model entity/attribute/value.

  • @code_explorations
    @code_explorations Před 2 lety

    So good, thank you.

  • @kellymoses8566
    @kellymoses8566 Před 8 měsíci

    Relational databases seem like a optimization for very slow 1980s computer storage technology.

  • @peidran
    @peidran Před 2 lety +4

    I was a little disappointed because I thought this was going to be a talk on Datalog, but it was entirely about Datomic.