apalis
apalis copied to clipboard
Add surrealdb storage
Would be great if surrealdb support can be added. It can run in memory, single node with file as well as distributed, has events support and is written in Rust.
SurrealDB in 100 Seconds gives a good overview.- https://www.youtube.com/watch?v=C7WFwgDRStM
This can be considered for #12
as far as I know, even if surrealdb is written in Rust, the client library for rust has not been released yet. This means that you cannot connect to an external surrealdb instance
There is https://docs.rs/surrealdb/1.0.0-beta.8/surrealdb/
Not released yet but I would wait for the next version which has the new integrated APIs. https://github.com/surrealdb/surrealdb/pull/1514
Hey @geofmureithi I can look at this if there are no takers for this issue.
EDIT: I will be able to start working on it about three works for now.
Sure @itsyaasir You can take this task. Be sure to look at @prabirshrestha 's work https://github.com/prabirshrestha/mq
You should be able to just get it working by implementing ~Storage
~ MessageQueue
.
I will, thanks :)
Hello @itsyaasir any progress on this?