{"id":18740140,"url":"https://github.com/pepegar/wookie","last_synced_at":"2025-04-12T20:04:30.286Z","repository":{"id":142804331,"uuid":"61589988","full_name":"pepegar/wookie","owner":"pepegar","description":"Purely functional library for working with AWS in Scala","archived":false,"fork":false,"pushed_at":"2016-09-26T15:52:36.000Z","size":207,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T20:04:17.112Z","etag":null,"topics":["aws","cats","fp","free-monads","scala"],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pepegar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-21T00:34:02.000Z","updated_at":"2021-08-10T00:34:37.000Z","dependencies_parsed_at":"2023-04-26T03:17:45.599Z","dependency_job_id":null,"html_url":"https://github.com/pepegar/wookie","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepegar%2Fwookie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepegar%2Fwookie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepegar%2Fwookie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepegar%2Fwookie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pepegar","download_url":"https://codeload.github.com/pepegar/wookie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248625493,"owners_count":21135513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cats","fp","free-monads","scala"],"created_at":"2024-11-07T15:38:31.974Z","updated_at":"2025-04-12T20:04:30.264Z","avatar_url":"https://github.com/pepegar.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"wookie\n======\n\n[![Build Status](https://travis-ci.org/pepegar/wookie.svg?branch=master)](https://travis-ci.org/pepegar/wookie)\n[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/77df883f34e6426aaec93ed5ee6b88eb)](https://www.codacy.com/app/jl-garhdez/wookie?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=pepegar/wookie\u0026amp;utm_campaign=Badge_Coverage)\n\u003cimg alt=\"GHHHAAAAAAHAHHAHAAHAAAAAA\" align=right src=\"chewbacca.jpg\"/\u003e\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/77df883f34e6426aaec93ed5ee6b88eb)](https://www.codacy.com/app/jl-garhdez/wookie?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=pepegar/wookie\u0026amp;utm_campaign=Badge_Grade)\n\n**wookie** is a purely functional library for connecting to AWS with Scala.\n\n### [Documentation][docs]\n\n**wookie** is created to be:\n\n* _Pure functional_.  **wookie** is based on [Free monads][free monads].  It\n  provides interpreters to evaluate these monadic computations and communicate\n  with AWS servers.\n* _Modular_.  Each service lives in its own package, and they share only a few\n  abstractions.  Also, each http client lives in its own package, and you can\n  import the one that fits for your project, or [implement your own][clients].\n\n### Quickstart\nIn order for you to start coding, you will need to import latest service project\nin your SBT `build.sbt` file.\n\n```\nlibraryDependencies += \"io.github.pepegar\" %% \"wookie-dynamodb\" % \"0.1-SNAPSHOT\"\nlibraryDependencies += \"io.github.pepegar\" %% \"wookie-s3\" % \"0.1-SNAPSHOT\"\n```\n\nAnd you might want to pull a client as well:\n\n```\nlibraryDependencies += \"io.github.pepegar\" %% \"wookie-akka-http\" % \"0.1-SNAPSHOT\"\n```\n\n### CodeGen\n\nInspired by [doobie][doobie], we are using code generation for writing algebras\nand typeclasses for different services.  This allows us to be much faster while\ncreating services.\n\nYou can learn more in [code-generation][code-generation]\n\n### Inspiration\n\n**wookie** is inspired in several projects out there.\n\n* [doobie][doobie] principled DB access for Scala.\n* [fetch][fetch] efficient data access for Scala.\n\n[docs]: https://pepegar.github.io/wookie\n[free monads]: http://typelevel.org/cats/tut/freemonad.html\n[clients]: https://pepegar.github.io/wookie/structure.html#HTTP+Clients\n[doobie]: https://github.com/tpolecat/doobie\n[fetch]: https://github.com/47deg/fetch\n[code-generation]: https://github.com/pepegar/wookie/blob/master/wookie-gen/README.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepegar%2Fwookie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpepegar%2Fwookie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepegar%2Fwookie/lists"}