Ofa is a arrow-native pipelines that structure logs using Drain algorithm using a fixed-depth tree.
The project still in development and the next updates will be coded in the following tasks:
- [] core library in C++
- [] integrate with pybind for using python as frontend
- [] make a config executable for generate correct terraform
Before start, verify if you have the following things:
- you have installed the most recent version of
g++
,clang
or any C++ compiler, and cmake in your machine - you have any of
windows
,macosx
orlinux
operating system (this can be compiled in any of these systems)
For install ofa
from source, first you need:
- clone repository
git clone https://github.com/roqueando/ofa.git
- build
mkdir build
cd build & cmake ..
- more incoming...
- still working... :D
Want to be part of this project? Click HERE and read how to contribute
This project is under the license. See the file LICENSE for more details