https://github.com/byron/bit
A collection of frameworks most useful to running IT infrastructure
https://github.com/byron/bit
Last synced: about 1 year ago
JSON representation
A collection of frameworks most useful to running IT infrastructure
- Host: GitHub
- URL: https://github.com/byron/bit
- Owner: Byron
- License: other
- Created: 2014-07-06T13:17:52.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-01T15:18:30.000Z (almost 12 years ago)
- Last Synced: 2025-02-12T14:15:41.482Z (over 1 year ago)
- Language: Python
- Homepage: http://byron.github.io/bit
- Size: 559 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
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](https://github.com/Byron/bcore)
* [sqlalchemy](https://github.com/zzzeek/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](https://pypi.python.org/pypi/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
[](https://coveralls.io/r/Byron/bit)
[](https://travis-ci.org/Byron/bit)

### LICENSE
This open source software is licensed under [GNU Lesser General Public License](https://github.com/Byron/bit/blob/master/LICENSE.md)