https://github.com/radicalzephyr/synapse-admin
An administration client for Synapse
https://github.com/radicalzephyr/synapse-admin
Last synced: 3 months ago
JSON representation
An administration client for Synapse
- Host: GitHub
- URL: https://github.com/radicalzephyr/synapse-admin
- Owner: RadicalZephyr
- Created: 2012-09-19T16:39:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-20T23:27:47.000Z (almost 11 years ago)
- Last Synced: 2025-02-15T12:13:54.420Z (3 months ago)
- Language: Clojure
- Size: 158 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Synapse-Admin
A Clojure library designed to provide a desktop application for doing
basic administrative tasks on [Synapse], as well as being able to
gather some statistics about Synapse.[Synapse]: http://synapse.sagebase.org
## Usage
Currently the GUI portion will only popup a login window. However,
from the repl the library can be used to generate some statistics
about Synapse (must use an administrative account).The key functions to look at are synapse-stats, which should be fed
from the functions get-all-projects, get-all-profiles and
get-all-project-acls. These are high through-put calls to Synapse
that should probably be throttled, so don't try to call them all at
once.## License
Copyright © 2012 Geoff Shannon
Distributed under the Eclipse Public License, the same as Clojure.