[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [MirageOS-devel] Irmin-on-Mirage status
Hi all, I'm making a Mirage server backend for CueKeeper [1], allowing you to sync your todo list between devices. It currently works fine using an in-memory store (with Unix or Xen target). Using an in-memory store only is actually workable: after restarting the server it automatically reloads the full history from the first client to connect. However, storing the data on disk would be better. The browser side uses irmin-indexeddb, which uses Irmin's native (non-Git) format, so the server needs to use that too. Does this work yet? I see that Irmin_fs requires an IO module that provides filesystem operations, but it doesn't quite match the mirage FS type. Has anyone made an adaptor already? Thanks, [1] https://github.com/talex5/cuekeeper -- Dr Thomas Leonard http://roscidus.com/blog/ GPG: DA98 25AE CAD0 8975 7CDA BD8E 0713 3F96 CA74 D8BA _______________________________________________ MirageOS-devel mailing list MirageOS-devel@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |