cozodb / cozo

A transactional, relational-graph-vector database that uses Datalog for query. The hippocampus for AI!
https://cozodb.org
Mozilla Public License 2.0
3.44k stars 108 forks source link

Feature request: Add support for cloudflare d1 (serverless sqlite) #199

Closed creatorrr closed 10 months ago

creatorrr commented 1 year ago

I think Cloudflare's D1 might be a great way to run cozo on the edge. It has an API for calling it from rust. Thoughts?

thipokch commented 1 year ago

I was curious about this too. Although I wonder what are your use case?

creatorrr commented 1 year ago

Running cozo on the edge basically for fast semantic cache lookups.

creatorrr commented 10 months ago

closing this for now