timely icon indicating copy to clipboard operation
timely copied to clipboard

Separate interfaces from Server

Open klucar opened this issue 9 years ago • 0 comments

In an effort to evolve the API, I started to refactor the codebase. My goal was to make the external API/interfaces (rest, web socket, etc) completely separable from the Accumulo interaction so that the APIs could evolve easily. There is a big branch in my fork of timely. It uses dependency injection, and is not complete yet but a good start, imo.

https://github.com/klucar/timely/tree/inject

klucar avatar Oct 14 '16 15:10 klucar