Articles
A list of recent thoughts on various topics

Title | Datahike in ClojureScript with IndexedDB support |
Description | We demonstrate the upcoming ClojureScript support of Datahike. |
Author | Wade Dominic |
Published | 03 Mar 2021 |

Title | Using Datahike’s Java API to build a web application |
Description | We demonstrate the new Java bindings in a Spring boot application. |
Author | Chrislain Razafimahefa |
Published | 25 May 2020 |

Title | Replicate Datahike wherever you go |
Description | A simple peer-to-peer replication setup for Datahike. |
Author | Konrad Kühne |
Published | 08 Dec 2019 |

Title | Linting Datalog with clj-kondo |
Description | We describe our implementation of Datalog linting in clj-kondo. |
Author | Christian Weilbach |
Published | 08 Nov 2019 |

Title | Datahike Release 0.2.0 |
Description | Latest datahike version is released supporting schema flexibility and time travel |
Author | Konrad Kühne |
Published | 20 Sep 2019 |
Elsewhere
We also share our knowledge on other platforms via posts, talks, screencasts or other content.

Title | Scicloj Meetup Talk Slides |
Description | An introduction to datalog and datahike. Presented at the scicloj online meetup on 14 Oct 2019. |
Author | Konrad Kühne |
Publisher | Scicloj Meetup |

Title | An Introduction to the Hitchhiker Tree |
Description | The goal of the Hitchhiker tree is to wed three things: the query performance of a B+ tree, the write performance of an append-only log, and convenience of a functional, persistent data structure. |
Author | Christian Weilbach |
Publisher | Datopia blog |

Title | Rapid Web App Prototyping with Clojurescript |
Description | A short trip through web development via Om, a beautiful React-wrapper in Clojurescript, and replikativ, a simple synchronisation infrastructure. |
Author | Konrad Kühne |
Publisher | Personal blog |