ActorFS was a competitor for Hadoop Distributed File System (HDFS) and systems like Ceph with a capability of in-memory Big Data analytics at scale. I was the designer of the Hierarchical Cache System and Composable Processes that allowed us to scale the system on a distributed architecture. I also designed and developed a distributed key-value store for keeping an index of data over the entire system. This key-value store was an extension of a distributed B+Tree and was 2.3x faster than Redis as an industry benchmark for an in-memory high-speed key-value store. We used Scala and AKKA Actor model, so the name ActorFS.
Datasheet