Fork me on GitHub
#datascript
<
2024-03-21
>
hulunote08:03:08

Hello everyone, I have open sourced a new project Hulunote: https://github.com/hulunote/hulunote, which uses Clojure/Script, datascript, etc. Mainly hoping to combine LLM+Datalog, I hope everyone likes it:smile:

Niki13:03:55

Cool! What does it do?

hulunote22:03:37

a tool for networked thought 😄 @U050UBKAA ❤️

hulunote22:03:50

It uses datascript, and I'm planning to deeply integrate it with LLM @U050UBKAA 😄

Dave Mays11:04:30

I love knowledge base type systems and have always wanted to make my own as well. They're actually why I started looking into Datascript and Datalog in the first place, having noticed tools like Roam Research and Logseq using it. What has hung me up though, is I'd like to be able to take notes when offline as well, and I haven't found recommendations for a best path for persisting the Datascript data. Do you persist your Datascript somehow?

Niki16:04:56

DataScript now supports storing data in files or local sql databases: http://github.com/tonsky/datascript-storage-sql

Niki16:04:18

I use it myself on backend for grumpy.website for example