GithubHelp home page GithubHelp logo

mallozup / quartzite Goto Github PK

View Code? Open in Web Editor NEW

This project forked from michaelklishin/quartzite

0.0 2.0 1.0 247 KB

Quarzite is a thin idiomatic Clojure layer on top the Quartz Scheduler

Home Page: http://clojurequartz.info

Clojure 100.00%

quartzite's Introduction

Quartzite, a thin Clojure layer on top the Quartz Scheduler

Quartzite is a powerful Clojure scheduling library built on top the Quartz Scheduler.

Project goals

  • Support all commonly used Quartz features but follow the 80/20 rule
  • Be (reasonably) idiomatic but easy to understand for people familiar with Quartz
  • Be well documented
  • Be well tested
  • Integrate with libraries like JodaTime where appropriate, like Monger, a modern Clojure MongoDB client does
  • Not a half-assed effort: libraries should be well maintained and test-driven or not be open sourced in the first place

Project Maturity

Quartzite is past 2.0. We consider it to be stable and reasonably mature. Quartz Scheduler is a very mature project.

API changes generally follow semantic versioning and are driven by the user feedback.

Supported Clojure Versions

Quartzite requires Clojure 1.6 or later. The most recent release is always recommended.

Maven Artifacts

The Most Recent Release

Quartzite artifacts are released to Clojars. If you are using Maven, add the following repository definition to your pom.xml:

<repository>
  <id>clojars.org</id>
  <url>http://clojars.org/repo</url>
</repository>

The Most Recent Version

With Leiningen:

Clojars Project

With Maven:

<dependency>
  <groupId>clojurewerkz</groupId>
  <artifactId>quartzite</artifactId>
  <version>2.1.0</version>
</dependency>

Getting Started, Documentation

Please refer to the Getting Started with Clojure and Quartz. Quartzite documentation guides are not fully complete but cover most of the functionality.

Quality Clojure documentation is available elsewhere.

Community

Quartzite has a mailing list. Feel free to join it and ask any questions you may have.

To subscribe for announcements of releases, important changes and so on, please follow @ClojureWerkz on Twitter.

Quartzite Is a ClojureWerkz Project

Quartzite is part of the group of Clojure libraries known as ClojureWerkz, together with Monger, Welle, Neocons, Langohr, Elastisch and several others.

Continuous Integration

Continuous Integration status

CI is hosted by travis-ci.org

Development

Quartzite uses Leiningen 2. Make sure you have it installed and then run tests against all supported Clojure versions using

lein all test

Then create a branch and make your changes on it. Once you are done with your changes and all tests pass, submit a pull request on Github.

License

Copyright (C) 2011-2017 Michael S. Klishin, Alex Petrov, the ClojureWerkz team and contributors.

Distributed under the Eclipse Public License, the same as Clojure.

quartzite's People

Contributors

adamwynne avatar alvarogarcia7 avatar ben-biddington avatar bitdeli-chef avatar bronsa avatar dlebrero avatar ifesdjeen avatar iperdomo avatar michaelklishin avatar nbeloglazov avatar pwojnowski avatar ryfow avatar songsd avatar

Watchers

 avatar  avatar

Forkers

daniel-zamora

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.