Giter VIP home page Giter VIP logo

wookie's Introduction

wookie

Build Status Codacy Badge GHHHAAAAAAHAHHAHAAHAAAAAA Codacy Badge

wookie is a purely functional library for connecting to AWS with Scala.

wookie is created to be:

  • Pure functional. wookie is based on Free monads. It provides interpreters to evaluate these monadic computations and communicate with AWS servers.
  • Modular. Each service lives in its own package, and they share only a few abstractions. Also, each http client lives in its own package, and you can import the one that fits for your project, or implement your own.

Quickstart

In order for you to start coding, you will need to import latest service project in your SBT build.sbt file.

libraryDependencies += "io.github.pepegar" %% "wookie-dynamodb" % "0.1-SNAPSHOT"
libraryDependencies += "io.github.pepegar" %% "wookie-s3" % "0.1-SNAPSHOT"

And you might want to pull a client as well:

libraryDependencies += "io.github.pepegar" %% "wookie-akka-http" % "0.1-SNAPSHOT"

CodeGen

Inspired by doobie, we are using code generation for writing algebras and typeclasses for different services. This allows us to be much faster while creating services.

You can learn more in code-generation

Inspiration

wookie is inspired in several projects out there.

  • doobie principled DB access for Scala.
  • fetch efficient data access for Scala.

wookie's People

Contributors

pepegar avatar raulraja avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

wookie's Issues

make ADT smaller

Make adt smaller by removing all the Marshallable stuff.

in order to have all the marshallable stuff,it might be interesting to have a interpreter like DynamoDBOp ~> Kleisli[Future, Marshaller, A]

abstract over interpreters

It shouldn't be mandatory for the user to use akka-http client.

maybe move current implementations to a wookie-akka-http project?

MVP

for the mvp we should follow the next steps:

  • make dynamodb work (in progress in #1)

make dynamodb work

Try all operations with different dynamoDB environments (local, production).

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.