Skip to content

Byron/bit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The bit project is a collection of libraries and tools to aid maintaining a companies IT infrastructure.

Features

  • configurable plugin-based filesystem monitor to run automation based on filesystem changes
  • zfs library to maintain a database of multiple zfs hosts and direct snapshot exchange between them
  • a tool to maintain and mine filesystem metadata with high performance

Requirements

All code is only verified to be working on python 2.7 at the current time.

  • bcore
  • sqlalchemy
    • For some tools to be useful in production, an sql database server is required.
    • For local testing, sqlite databases can be used without problem
  • (lz4)
    • Only used if available to compute entrophy of files when gathering filesystem statistics

Optionally, you may need the following

  • nosetests
    • Developers use it to run unit tests to verify the program works as expected

Development Status

Coverage Status Build Status under construction

LICENSE

This open source software is licensed under GNU Lesser General Public License

About

A collection of frameworks most useful to running IT infrastructure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages