https://github.com/ane/gneiss
IRC log analysis.
https://github.com/ane/gneiss
Last synced: about 1 month ago
JSON representation
IRC log analysis.
- Host: GitHub
- URL: https://github.com/ane/gneiss
- Owner: ane
- Created: 2015-02-28T16:07:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T13:02:04.000Z (over 9 years ago)
- Last Synced: 2025-02-13T01:56:55.801Z (3 months ago)
- Language: Clojure
- Size: 266 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gneiss [](https://travis-ci.org/ane/gneiss) [](https://coveralls.io/r/ane/gneiss?branch=master) [](http://www.gnu.org/licenses/agpl-3.0.html)
**Gneiss** is an IRC log statistics server. It differs from traditional
IRC statistics software by implementing a functional web server that can
provide results over HTTP instead of generating static HTML files.The plan is to eventually support real-time updates by watching log files in the background
and updating any changes at regular intervals. This lets you fire and forget the
Gneiss process, without worrying about Clojure startup times too much.The API is meant to be used with any HTTP client. Currently, the idea is to
build a simple web application that talks to Gneiss over HTTP.## Current Status
See the [wiki](https://github.com/ane/gneiss/wiki/Roadmap). Basic analysis is implemented,
no HTTP server functionality just yet, and storage is in-memory.## Installation
Not yet. Clone the repo and run the tests, or something.
## Usage
$ java -jar gneiss-0.1.0-standalone.jar [args]
## License
Gneiss is free software, distributed under the [Eclipse Public License](https://www.eclipse.org/legal/epl-v10.html).
Copyright © 2015 Antoine Kalmbach