GithubHelp home page GithubHelp logo

shifter's Introduction

Shifter

Common infrastructure for our web-services built on top of the JVM and Scala.

Warning: Highly unstable, sometimes broken.

Quick Description

The project is made of several smaller projects, that can be used independently:

  • shifter-core - some utilities for dealing with reflection, also used to contain language backports from Scala 2.10 to 2.9.2 that I pulled out
  • shifter-geoip - wrapper around Maxwind's GeoIP client, can download the GeoLite City database by itself
  • shifter-http-client - wrapper around Ning's AsyncHttpClient for working with Futures/Promises
  • shifter-db - wrapper around JDBC
  • shifter-migrations - a simple system for dealing with migrations, like database migrations, though usage isn't restricted to JDBC databases at all
  • shifter-cache - wrapper around SpyMemcached for working with Futures/Promises, also contains a stupidly simple in-memory cache implementation of the same interface
  • shifter-web - for servicing web requests, built over Servlets 3.0 and Jetty

The following dependencies are used:

Usage from SBT

First add the proper resolvers:

resolvers += "BionicSpirit Releases" at "http://maven.bionicspirit.com/"

For specifying all sub-projects as dependencies:

libraryDependencies += "shifter" %% "shifter" % "0.3.23"

For specifying individual subprojects:

libraryDependencies += "shifter" %% "shifter-cache % "0.3.23"

NOTE: this document may get out of date and the latest version may not be the one specified.

Usage from Maven

First add the repository resolvers:

<repositories>
  <repository>
    <id>BionicSpirit Releases</id>
    <url>http://maven.bionicspirit.com/releases/</url>
  </repository>
</repositories>

For specifying all sub-projects as dependencies:

<dependency>
   <groupId>shifter</groupId>
   <artifactId>shifter_2.10</artifactId>
   <version>0.3.23</version>
</dependency>

For specifying specific sub-projects (e.g. shifter-db):

<dependency>
   <groupId>shifter</groupId>
   <artifactId>shifter-db_2.10</artifactId>
   <version>0.3.23</version>
</dependency>

NOTE: this document may get out of date and the latest version may not be the one specified.

shifter's People

Watchers

James Cloos avatar  avatar  avatar

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.