Skip to content

edwardt/megam_common

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

megam_common

libmegam contains the common libraries in scala with a funcational twist.

  • AMQP : AMQP client
  • Riak : Riak scaffolding mediator to the scaliak driver by stackmob
  • UID : A Unique identity generating service client for scala which connects to python based twitters snowflake

Requirements

RabbitMQ 3.5.x + OpenJDK 8.0 Riak 2.1.1 + Python Snowflake server

Tested on Ubuntu 14.04

Building

  • You'll need thrift 0.9.2 compiler
sbt

clean

thrift:generate-java

compile

#Publishing in bintray

For more information https://github.com/softprops/bintray-sbt

#from the sbt REPL

> bintrayChangeCredentials

> bintrayWhoami

> publish

Usage

Play Framework

For a sample, Refer megam gateway

sbt

Before your run it,

	resolvers ++= Seq(Resolver.sonatypeRepo("releases"),
	Resolver.sonatypeRepo("snapshots"),
	Resolver.bintrayRepo("scalaz", "releases"),
	Resolver.bintrayRepo("io.megam", "scala"))

	libraryDependencies += "io.megam" % "libcommon" % "0.8.1"

We are glad to help if you have questions, or request for new features..

twitter email

License

Author: Rajthilak (rajthilak@megam.io)
KishorekumarNeelamegam (nkishore@megam.io)
Copyright: Copyright (c) 2013-2015 Megam Systems.
License: Apache License, Version 2.0

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Common libraries in scala (scalazified RabbitMQ Client, Riak 2.0) used at megam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 99.7%
  • Thrift 0.3%