Skip to content

Files

Latest commit

9a34963 · Nov 16, 2021

History

History

basic

Examples

This project shows some use cases for the store, the schema, and temporal index implemented in datahike.

Usage

Open in /src/examples the topic you want to explore in your favourite editor, use a clojure repl to eval the expressions from top to bottom.

For the PostgreSQL example in store.clj you need to have docker and docker-compose installed. Start it with:

docker-compose up -d

If the selected ports collide with other ports, you may want to adjust /docker-compose.yml. and restart the container.