Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions 1-getting-started.nextjournal.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,9 @@ You need to get XTDB running before you can use it.

<!--- Stil want to show the user deps.edn even though it's loaded in the repo. --->
```edn no-exec
{:deps
{org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/tools.deps.alpha {:mvn/version "0.14.1212"}
com.xtdb/xtdb-core {:mvn/version "dev-SNAPSHOT"}} ;; "RELEASE"

:mvn/repos
{"snapshots" {:url "https://s01.oss.sonatype.org/content/repositories/snapshots"}}}
{:deps {org.clojure/clojure {:mvn/version "1.11.3"}
com.xtdb/xtdb-core {:mvn/version "1.24.3"}
com.xtdb/xtdb-http-server {:mvn/version "1.24.3"}}}
```

```clojure
Expand Down
10 changes: 3 additions & 7 deletions 2-put-transactions.nextjournal.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,9 @@ You need to get XTDB running before you can use it.

<!--- Stil want to show the user deps.edn even though it's loaded in the repo. --->
```edn no-exec
{:deps
{org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/tools.deps.alpha {:mvn/version "0.14.1212"}
com.xtdb/xtdb-core {:mvn/version "dev-SNAPSHOT"}} ;; "RELEASE"

:mvn/repos
{"snapshots" {:url "https://s01.oss.sonatype.org/content/repositories/snapshots"}}}
{:deps {org.clojure/clojure {:mvn/version "1.11.3"}
com.xtdb/xtdb-core {:mvn/version "1.24.3"}
com.xtdb/xtdb-http-server {:mvn/version "1.24.3"}}}
```

```clojure
Expand Down
10 changes: 3 additions & 7 deletions 3-datalog-queries.nextjournal.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ You need to get XTDB running before you can use it.

<!--- Stil want to show the user deps.edn even though it's loaded in the repo. --->
```edn no-exec
{:deps
{org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/tools.deps.alpha {:mvn/version "0.14.1212"}
com.xtdb/xtdb-core {:mvn/version "dev-SNAPSHOT"}} ;; "RELEASE"

:mvn/repos
{"snapshots" {:url "https://s01.oss.sonatype.org/content/repositories/snapshots"}}}
{:deps {org.clojure/clojure {:mvn/version "1.11.3"}
com.xtdb/xtdb-core {:mvn/version "1.24.3"}
com.xtdb/xtdb-http-server {:mvn/version "1.24.3"}}}
```

```clojure
Expand Down
10 changes: 3 additions & 7 deletions 4-bitemporality.nextjournal.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ You need to get XTDB running before you can use it.

<!--- Stil want to show the user deps.edn even though it's loaded in the repo. --->
```edn no-exec
{:deps
{org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/tools.deps.alpha {:mvn/version "0.14.1212"}
com.xtdb/xtdb-core {:mvn/version "dev-SNAPSHOT"}} ;; "RELEASE"

:mvn/repos
{"snapshots" {:url "https://s01.oss.sonatype.org/content/repositories/snapshots"}}}
{:deps {org.clojure/clojure {:mvn/version "1.11.3"}
com.xtdb/xtdb-core {:mvn/version "1.24.3"}
com.xtdb/xtdb-http-server {:mvn/version "1.24.3"}}}
```

```clojure
Expand Down
10 changes: 3 additions & 7 deletions 5-match.nextjournal.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ You need to get XTDB running before you can use it.

<!--- Stil want to show the user deps.edn even though it's loaded in the repo. --->
```edn no-exec
{:deps
{org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/tools.deps.alpha {:mvn/version "0.14.1212"}
com.xtdb/xtdb-core {:mvn/version "dev-SNAPSHOT"}} ;; "RELEASE"

:mvn/repos
{"snapshots" {:url "https://s01.oss.sonatype.org/content/repositories/snapshots"}}}
{:deps {org.clojure/clojure {:mvn/version "1.11.3"}
com.xtdb/xtdb-core {:mvn/version "1.24.3"}
com.xtdb/xtdb-http-server {:mvn/version "1.24.3"}}}
```

```clojure
Expand Down
10 changes: 3 additions & 7 deletions 6-delete.nextjournal.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ You need to get XTDB running before you can use it.

<!--- Stil want to show the user deps.edn even though it's loaded in the repo. --->
```edn no-exec
{:deps
{org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/tools.deps.alpha {:mvn/version "0.14.1212"}
com.xtdb/xtdb-core {:mvn/version "dev-SNAPSHOT"}} ;; "RELEASE"

:mvn/repos
{"snapshots" {:url "https://s01.oss.sonatype.org/content/repositories/snapshots"}}}
{:deps {org.clojure/clojure {:mvn/version "1.11.3"}
com.xtdb/xtdb-core {:mvn/version "1.24.3"}
com.xtdb/xtdb-http-server {:mvn/version "1.24.3"}}}
```

```clojure
Expand Down
10 changes: 3 additions & 7 deletions 7-evict.nextjournal.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ You need to get XTDB running before you can use it.

<!--- Stil want to show the user deps.edn even though it's loaded in the repo. --->
```edn no-exec
{:deps
{org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/tools.deps.alpha {:mvn/version "0.14.1212"}
com.xtdb/xtdb-core {:mvn/version "dev-SNAPSHOT"}} ;; "RELEASE"

:mvn/repos
{"snapshots" {:url "https://s01.oss.sonatype.org/content/repositories/snapshots"}}}
{:deps {org.clojure/clojure {:mvn/version "1.11.3"}
com.xtdb/xtdb-core {:mvn/version "1.24.3"}
com.xtdb/xtdb-http-server {:mvn/version "1.24.3"}}}
```

```clojure
Expand Down
10 changes: 3 additions & 7 deletions 8-await-transactions.nextjournal.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ You need to get XTDB running before you can use it.

<!--- Stil want to show the user deps.edn even though it's loaded in the repo. --->
```edn no-exec
{:deps
{org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/tools.deps.alpha {:mvn/version "0.14.1212"}
com.xtdb/xtdb-core {:mvn/version "dev-SNAPSHOT"}} ;; "RELEASE"

:mvn/repos
{"snapshots" {:url "https://s01.oss.sonatype.org/content/repositories/snapshots"}}}
{:deps {org.clojure/clojure {:mvn/version "1.11.3"}
com.xtdb/xtdb-core {:mvn/version "1.24.3"}
com.xtdb/xtdb-http-server {:mvn/version "1.24.3"}}}
```

```clojure
Expand Down
10 changes: 3 additions & 7 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{:deps
{org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/tools.deps.alpha {:mvn/version "0.14.1212"}
com.xtdb/xtdb-core {:mvn/version "dev-SNAPSHOT"}} ;; "RELEASE"

:mvn/repos
{"snapshots" {:url "https://s01.oss.sonatype.org/content/repositories/snapshots"}}}
{:deps {org.clojure/clojure {:mvn/version "1.11.3"}
com.xtdb/xtdb-core {:mvn/version "1.24.3"}
com.xtdb/xtdb-http-server {:mvn/version "1.24.3"}}}