DOMAIN MODELING WITH DATALOG by Norbert Wojtowicz

Поділитися
Вставка
  • Опубліковано 30 вер 2024

КОМЕНТАРІ • 17

  • @SimonGrayDK
    @SimonGrayDK 4 роки тому +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 4 роки тому +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.

  • @IoanEugenStan
    @IoanEugenStan 4 роки тому +9

    I'm sold. Minute 5 :) .

  • @ymer92
    @ymer92 4 роки тому +6

    That clojure language suits you very well, RDF.

  • @patrickdlogan
    @patrickdlogan 4 місяці тому

    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.

  • @WhiteLink1994
    @WhiteLink1994 4 роки тому +11

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

  • @Chosen4500
    @Chosen4500 10 місяців тому +1

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

  • @peidran
    @peidran 2 роки тому +4

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

  • @kellymoses8566
    @kellymoses8566 9 місяців тому

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

  • @YarinKessler
    @YarinKessler 3 роки тому +3

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

  • @igorproskochilo9805
    @igorproskochilo9805 2 роки тому

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

  • @code_explorations
    @code_explorations 2 роки тому

    So good, thank you.