Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agoragames/java-leaderboard
Leaderboards backed by Redis in Java
https://github.com/agoragames/java-leaderboard
Last synced: about 16 hours ago
JSON representation
Leaderboards backed by Redis in Java
- Host: GitHub
- URL: https://github.com/agoragames/java-leaderboard
- Owner: agoragames
- License: mit
- Created: 2011-06-26T16:30:31.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2021-03-11T16:12:40.000Z (over 3 years ago)
- Last Synced: 2024-11-02T11:34:53.947Z (6 days ago)
- Language: Java
- Homepage: https://github.com/agoragames/java-leaderboard
- Size: 34.2 KB
- Stars: 24
- Watchers: 33
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.markdown
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-open-source-games - Leaderboard(Java) - Leaderboards backed by Redis(in Java). (Maps/Hacks/Plugins/Utilities/All of the Things™ / IOS)
README
java-leaderboard
================Leaderboards backed by Redis in Java, http://redis.io.
Builds off ideas proposed in http://blog.agoragames.com/2011/01/01/creating-high-score-tables-leaderboards-using-redis/.
Installation
============You should be able to use the following as a dependency in your Maven pom.xml:
com.agoragames
leaderboard
2.0.1
Make sure your redis server is running! Redis configuration is outside the scope of this README, but
check out the Redis documentation, http://redis.io/documentation.Compatibility
============The JAR has been built under OS X using the following Java Runtime:
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07-334-10M3326)
Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02-334, mixed mode)
Usage
============For now, look at the Scala leaderboard documentation, https://github.com/agoragames/scala-leaderboard, or the tests for usage.
Ports
=====The following ports have been made of the leaderboard gem.
* NodeJS: https://github.com/omork/node-leaderboard
* PHP: https://github.com/agoragames/php-leaderboard
* Python: https://github.com/agoragames/python-leaderboard
* Ruby: https://github.com/agoragames/leaderboard
* Scala: https://github.com/agoragames/scala-leaderboardFuture Ideas
============
Contributing to java-leaderboard
================================
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
* Fork the project
* Start a feature/bugfix branch
* Commit and push until you are happy with your contribution
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the pom.xml, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.Copyright
============Copyright (c) 2011 David Czarnecki. See LICENSE.txt for further details.