GithubHelp home page GithubHelp logo

Interchangable Backends about safecopy HOT 5 OPEN

acid-state avatar acid-state commented on May 25, 2024 1
Interchangable Backends

from safecopy.

Comments (5)

pkamenarsky avatar pkamenarsky commented on May 25, 2024

Second that. I managed to work out a draft but unfortunately the maintainer is very unresponsive. I may just end up forking this.

from safecopy.

agrafix avatar agrafix commented on May 25, 2024

Sounds great! I'd be very interested and can provide help if needed.

from safecopy.

pkamenarsky avatar pkamenarsky commented on May 25, 2024

Cool, help is always appreciated :)

You can check out the value-builder branch in my fork. I managed to remove the cereal dependency and replace it with a general value container that can be used as a base for different backends. My idea was to have a general safecopy package, and then backend-specific packages like safecopy-cereal, safecopy-aeson and so on.

The put part is unfinished but looks good so far, and I haven't gotten around to doing the get part yet. I've also extended the TH code, so that the field names are also put into the value container, which will be useful for json, xml and other key-value based backends. The value container is just a list of Values, and a Value is just an ADT with different constructors for all primitive (and some other) types. I had tried a type-level based solution, but it got complicated fast, so I'm just sticking with the ADT thing for now.

So if you want, you can look around the source and see if there's something that you'd like to do. If you'd like to discuss something, we can do it in the issue tracker I guess.

from safecopy.

stepcut avatar stepcut commented on May 25, 2024

This would be neat. Especially if the extra backends can be put in separate packages as suggested.

from safecopy.

adamgundry avatar adamgundry commented on May 25, 2024

I realise this issue is rather old now, but in case anyone happens across it, I'm working on modular backends for acid-state in acid-state/acid-state#96, including the possibility to leave out safecopy altogether (or, in principle, to use a version of safecopy with a different backend).

from safecopy.

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.