Giter Site home page Giter Site logo

go-quilting-api's Introduction

go-quilting-api

A POC api for creating a pattern based dynamic merge of documents.

A continuation on the ideas learned in https://github.com/TheWozard/dynamic-distributed-merging. Moving from a completely theoretical realm to one with a bit more application. This aims to work on smells found during the design of the first.

  • Embedding traversal information into the provided document gets really sloppy especially when higher priority documents can change that. I found myself distinguishing between behavior for Values and Object/Lists at almost every point. This either means the abstraction was poor, or I am trying to define two different problems as one. This leads to the idea of a separate traversal document that defines how the data is traversed. In this case calling it the Pattern Document hence the quilting theme.
  • If we want to be producing a consistent result, and we know what that is ahead of time, why do we have to traverse every document to know if we found every thing. This also supports the idea of a common json-schema like document that defines this traversal.
  • While working on this idea I missed the usage of interfaces to strictly define abstractions and type checking, so this is switching to golang.

go-quilting-api's People

Contributors

thewozard avatar

Watchers

 avatar

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.