fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

9.8K
active users

#xtdb

0 posts0 participants0 posts today
Olical<p>```clojure<br>(xt/execute-tx<br> node<br> [[:update '{:table :usage<br> :bind [{:xt/id id} user]<br> :unify [(from :usage [{:xt/id id} user-id])<br> (where (nil? user-id))]<br> :set {:user-id user<br> :guild-id "98393139101827072"}}]])<br>```</p><p>I wanted to copy user-&gt;user-id in records that lack a user-id. Am <a href="https://mastodon.social/tags/xtdb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>xtdb</span></a> ing correctly? Also filling in guild-id with a static value.</p><p>Took me a while to get this right!</p>
farcaller<p>Me finally deciding I should try <a href="https://hdev.im/tags/datomic" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>datomic</span></a>, going all the way through helloworld only to realize that the "datomic local" flavor doesn’t do stored functions.</p><p>(╯°□°)╯︵ ┻━┻</p><p>So to even try those I'd have to spin up a local postgres, deploy datomic transactor, and figure the pg schema.</p><p><a href="https://hdev.im/tags/xtdb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>xtdb</span></a> looks like fun again.</p>
Grigory Shepelev<p>I was sick for the last ~ 10 days. Done almost nothing. 🤒 Feeling kinda recovered today. 🙏 ☀️ </p><p>But had some shorts moments of clarity to play with <a href="https://fosstodon.org/tags/xtdb" class="mention hashtag" rel="tag">#<span>xtdb</span></a> (<a href="https://fosstodon.org/tags/clojure" class="mention hashtag" rel="tag">#<span>clojure</span></a>) <a href="https://xtdb.com" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="">xtdb.com</span><span class="invisible"></span></a></p><p>I saw it ~ year ago when it was v1. Then they&#39;ve released v2 with some breaking changes.</p><p>Summary: cool idea, but still raw as f. <br />The last drop for me was: they have an option to add metadata to the transaction but it&#39;s hidden from the public api and the PR is there for ~ 2 years </p><p>Switching to <a href="https://fosstodon.org/tags/datomic" class="mention hashtag" rel="tag">#<span>datomic</span></a></p>
Felix 🇺🇦🚴‍♂️🇨🇦🇬🇱🇩🇰🇲🇽🇵🇦 🇪🇺<p>Biff: Batteries-Included Web Framework for <a href="https://norden.social/tags/Clojure" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Clojure</span></a></p><p><a href="https://biffweb.com/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">biffweb.com/</span><span class="invisible"></span></a></p><p><a href="https://norden.social/tags/XTDB" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>XTDB</span></a> <a href="https://norden.social/tags/htmx" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>htmx</span></a> <a href="https://norden.social/tags/webdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdev</span></a> <a href="https://norden.social/tags/webframework" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webframework</span></a></p>
Andrew Meredith<p>Well, it looks like I'm building another database again.</p><p>This time, it is a database embedded into the MDM tool I'm working on, and it is heavily inspired by <a href="https://data-folks.masto.host/tags/Datomic" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Datomic</span></a> and <a href="https://data-folks.masto.host/tags/xtdb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>xtdb</span></a></p>
(webdev Tory) :emacs:<p>At some point (I missed the memo) <a href="https://qoto.org/tags/xtdb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>xtdb</span></a> stopped espousing <a href="https://qoto.org/tags/datalog" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>datalog</span></a> and invented <a href="https://qoto.org/tags/xtql" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>xtql</span></a>. I'm guessing this was to step out of any annoying dependencies of datalog and dampen comparison with the other major datalog approaches in <a href="https://qoto.org/tags/Clojure" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Clojure</span></a>.<br> <br> <a href="https://docs.xtdb.com/intro/what-is-xtql.html" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">docs.xtdb.com/intro/what-is-xt</span><span class="invisible">ql.html</span></a> I especially enjoy the side-by-side Clojure/JSON comparisons here</p>
Jesús Gómez<p><a href="https://mastodon.social/tags/git" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>git</span></a> must have been the first successful bitemporal database.</p><p>The commits trees are the domain time, and the reflog is the transactional time.</p><p>It must has been the inspiration to <a href="https://mastodon.social/tags/datomic" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>datomic</span></a> and <a href="https://mastodon.social/tags/xtdb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>xtdb</span></a>.</p><p><a href="https://mastodon.social/tags/git" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>git</span></a> <a href="https://mastodon.social/tags/datomic" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>datomic</span></a> <a href="https://mastodon.social/tags/xtdb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>xtdb</span></a> <a href="https://mastodon.social/tags/clojure" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clojure</span></a> <a href="https://mastodon.social/tags/database" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>database</span></a></p>
jarohen<p><span class="h-card" translate="no"><a href="https://woof.group/@aphyr" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>aphyr</span></a></span> Many thanks for this talk Kyle - lots of great pointers for our work on <a href="https://mastodon.social/tags/XTDB" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>XTDB</span></a> 🙏</p>
~$ Syschan :t_blink:<p>FAQs on Bitemporality <a href="https://fosstodon.org/tags/xtdb" class="mention hashtag" rel="tag">#<span>xtdb</span></a> <a href="https://fosstodon.org/tags/database" class="mention hashtag" rel="tag">#<span>database</span></a> <br /><a href="https://www.juxt.pro/blog/bitemporal-webinar-q-and-a/?x=t" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://www.</span><span class="ellipsis">juxt.pro/blog/bitemporal-webin</span><span class="invisible">ar-q-and-a/?x=t</span></a></p>
Kris Jenkins<p>Have you ever heard of a "bitemporal" database? 🤔</p><p>This week, I'm talking to James Henderson, lead developer of <a href="https://mastodon.social/tags/XTDB" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>XTDB</span></a>, to explore the world of bitemporality and the life of a <a href="https://mastodon.social/tags/database" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>database</span></a> developer.</p><p>Listen: <a href="https://pod.link/developer-voices/episode/f191f62237641ea6a53ad8517949154f" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">pod.link/developer-voices/epis</span><span class="invisible">ode/f191f62237641ea6a53ad8517949154f</span></a><br>Watch: <a href="https://youtu.be/3sRKQg9-In8" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="">youtu.be/3sRKQg9-In8</span><span class="invisible"></span></a></p>
Johnny, B.Sc.<p>"State of XTDB" by Jon Pither<br><a href="https://www.youtube.com/watch?v=gQV-XrkJj2o" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">youtube.com/watch?v=gQV-XrkJj2</span><span class="invisible">o</span></a></p><p>Talk about the current and upcoming evolution of the <a href="https://chaos.social/tags/XTDB" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>XTDB</span></a> database. The coolest thing about this, to me, is the introduction of the new temporal features and how you're able to query over them. To people who've never used a temporal database before, time travel is mind blowing enough, but what's presented there takes it to a new level. Off the top of my head, I don't have a use case for it, but it sure is interesting.</p>
(webdev Tory) :emacs:<p>A great <a href="https://qoto.org/tags/clojure" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clojure</span></a> discussion of <a href="https://qoto.org/tags/XTDB" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>XTDB</span></a> and others vs standard SQL. <a href="https://teddit.net/r/Clojure/comments/yj1oah/open_source_datomic/" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">teddit.net/r/Clojure/comments/</span><span class="invisible">yj1oah/open_source_datomic/</span></a></p>
(webdev Tory) :emacs:<p>It's been a while since I saw the <span class="h-card"><a href="https://mastodon.social/@xtdb" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>xtdb</span></a></span> @xtdb_com front page, but it's looking great now as I did my first bit of workplace evangelism for the <a href="https://qoto.org/tags/xtdb" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>xtdb</span></a> database <a href="https://xtdb.com/" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="">xtdb.com/</span><span class="invisible"></span></a> . It has potential for university humanities research projects.</p>
veer66crux became <a class="hashtag" href="https://pleroma.in.th/tag/xtdb" rel="nofollow noopener noreferrer" target="_blank">#xtdb</a>? <a class="hashtag" href="https://pleroma.in.th/tag/clojure" rel="nofollow noopener noreferrer" target="_blank">#clojure</a><br><br>Releases · xtdb/xtdb · GitHub <a href="https://github.com/xtdb/xtdb/releases" rel="nofollow noopener noreferrer" target="_blank">https://github.com/xtdb/xtdb/releases</a>