Skip to content

nalysius/migrate-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Migrate log

Migrate-log is a program that perform a log migration.

This project has two main goals:

  • The first one is to practice Rust that is a pretty new language for me.
  • The second one is to provide a program that perform a migration of logs from file to database or other.

Features

  • Uses an extensible module system to import the logs
  • Imports the logs to get a vector of logs
  • Uses an extensible module system to export the logs
  • Exports the logs an any format according to the choosen output module

Usage

See the Usage documentation file to see how to use this program.

Options

The options depend on the modules you use. Please refer to the documentation of the input and output modules to know all the possible options. All documentations are in the doc/ directory.

About

A Rust program that migrates logs from one format to another. Actually from Monolog to SQL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages