-
Notifications
You must be signed in to change notification settings - Fork 4
Home
K2HFTFUSE (File transaction by FUSE-based file system) is a system that realizes safe and fast files and messages transfer at low cost.
K2HFTFUSE is a virtual file system based on FUSE(Filesystem in Userspace), which enables fast files and messages transfer.
You can transfer files and messages simply by only writing the file to the virtual file system provided by K2HFTFUSE.
Just output files and messages to the file which is in mounting point by K2HFTFUSE without changing the existing program, you can transfer them.
For example, you do not change the existing program at all, and log file aggregation can be fast and safe.
There is fluentd as a system(program) similar to the function of K2HFTFUSE.
K2HFTFUSE is a system that can perform transfer at high speed and safely even compared with fluentd.
K2HFTFUSE transfers this data when writing data for one line as a text file.
In addition to this, you can transfer not only text but also binary data and messages.
And K2HFTFUSE can perform filtering and specified processing on the data to be transferred.
For a detailed explanation of K2HFTFUSE, please see here.
K2HFTFUSE is one of AntPickax products Yahoo! JAPAN publishes as open source. For a detailed explanation of AntPickax, please see here.