Kunagi in a cluster
Thinking about high availabily, load balancing and performance. Kunagi as a clustered application.
Hi, is Kunagi architected and thought to be deployed as a clustered application?
If so, what about the data repository? Could it be possible to use a GFS clustered file system as data repository but, why not a database?
Regards,
Statement from Kunagi Team
Kunagi is not designed to be used in a cluster.
On startup Kunagi loads all data from the file system into memory. Changes are written back to filesystem. That is why Kunagi is so fast even on small machines.
It would be possible to change the in-memory backend into a NoSQL backend (something like CouchDB), but this is a lot of work.
Status
Issue is closed.
Comments
Fri, Nov 11, 2011, 13:35 by Witek (SM,T)
I think there is no chance, we change the backend in our spare time. This task would require a paid contract.