biff

Sigve 2025-04-24T18:03:02.672519Z

Hi guys, i just published an example repo that implements a datomic backend instead of XTDB for the biff starter app: https://github.com/sigvesn/biff-datomic-starter Searching this channel i couldn't find any other concrete implementations of this, so maybe this will be helpful to someone. Note that this was a learning exercise and the setup is not battle tested in any way 🙃

1
2025-04-24T18:37:07.752359Z

Awesome! I just added a link to it in the content library: https://biffweb.com/docs/library/

🎉 1
👋 1
Sigve 2025-05-23T07:12:09.047839Z

I also made a corresponding example repo that implements the starter app using datalevin instead of XTDB: https://github.com/sigvesn/biff-datalevin-starter (https://github.com/juji-io/datalevin is a smaller and simpler datalog database, trading this simplicity for dropping built-in temporal features)

🙌 2
2025-05-23T18:00:52.144139Z

Added a link for that one too 👌

🔥 1
Sigve 2025-04-25T12:56:03.322919Z

Nice!