Giter Site home page Giter Site logo

Comments (2)

trbngr avatar trbngr commented on May 25, 2024 2

I've started a new repo that abstracts Http and JSON libs out of the way. It's taken care of everything in your list. But I used SBT instead of Maven (personal choice). It's far from complete at the moment, but all the hard work is done already. Just need to implement the rest of the client and akka helpers.

https://github.com/trbngr/elasticsearch-client-abstract

If everyone disagrees with SBT, I will continue development on my repo and come back to this repo with a PR.

Thoughts?

I wasn't a fan of how this was turning out. Alot of it had to do with all the cruft from json4s being baked into the core project. And to rip that stuff out safely, I needed some ADTs for the Api DSL. And that didn't work out.

So.........I created a new project.
https://github.com/trbngr/elasticsearch-http4s

The client Api is really small and easy to use.

You can implement any Http client you want. I currenlty have an akka-http client in the project. Not hard to add others.

You can implement any Json library support. I currently have a circe implementation.

I realize that my project is a drastic change from this lib. So with that, I'm just going to focus more time on it.

If you like it, though, please feel free to play with it and submit PRs.

Thanks for the start!

from elasticsearch-client.

rcoh avatar rcoh commented on May 25, 2024

We're finally tackling this in #158

from elasticsearch-client.

Related Issues (20)

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.