Skip to content

A library and Tools for encoding Apache weblog files and decoding and reading encoded weblog files (tests use NASA's weblog files)

Notifications You must be signed in to change notification settings

tigeryu8900/stbe-based-weblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STBE-based Weblog: A library and Tools for working on Apache weblog files

This project provides a library and tools that could be used to enode Apache weblog files and decoding and reading encoded files based on static-trie-based-encoding.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

CMake

Go to the CMake download page and download CMake.

Read the tutorial if you want to contribute.

Installing

Build the project using this command:

cmake -Hpath/to/source -Bpath/to/build

path/to/source is the path to the source folder (which contains CMakeLists.txt), and path/to/build is the path to the build folder. Don't add a space between the paths and the tags.

Go to the build folder and run make to make the project.

Now, you can run the executables that are created.

Running the tests

You can add another test file in the tests folder and add it to CMakeLists.txt (read the tutorial to know how) and make the project, or you can run one of the existing tests.

Built With

  • Vim - The editor used to write the code
  • CMake - The tool used to test and build the code
  • Google Test - The test framework to test the code

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository (none so far).

Authors

See also the list of contributors who participated in this project. (only one so far)

Acknowledgments

About

A library and Tools for encoding Apache weblog files and decoding and reading encoded weblog files (tests use NASA's weblog files)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published