ChrisBridson / apel

APEL client and server source code.

Home Page:apel.github.io/apel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

APEL client and server source code
==================================

Project overview
----------------

The APEL project provides grid accounting for EGI. It is written in 
python and MySQL. It has the following
components:

  apel-parsers
  ------------
These extract data from the following batch systems:
 * SGE/OGE
 * LSF 5.x, 6.x, 7.x, 8.x
 * PBS
and place in the client database.

  apel-client
  -----------
This processes the data and sends it to the APEL server using SSM.

  apel-server
  -----------
This processes data from all sites and sends it on to the accounting 
portal using SSM.

  apel-lib
  --------
This contains all the library python code for apel-parsers, apel-client
and apel-server

  apel-ssm
  --------
This is a messaging system, which has its own github repository at 
https://github.com/apel/ssm

About

APEL client and server source code.

apel.github.io/apel

License:Apache License 2.0


Languages

Language:Python 99.9%Language:Shell 0.1%