An open API service indexing awesome lists of open source software.

https://github.com/queryverse/queryablebackend.jl

Low level package to support custom Query.jl backends
https://github.com/queryverse/queryablebackend.jl

Last synced: 4 months ago
JSON representation

Low level package to support custom Query.jl backends

Awesome Lists containing this project

README

          

# QueryableBackend

[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![Build Status](https://travis-ci.org/queryverse/QueryableBackend.jl.svg?branch=master)](https://travis-ci.org/queryverse/QueryableBackend.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/mu4vb1aiwrubcc9e/branch/master?svg=true)](https://ci.appveyor.com/project/queryverse/queryablebackend-jl/branch/master)
[![codecov.io](http://codecov.io/github/queryverse/QueryableBackend.jl/coverage.svg?branch=master)](http://codecov.io/github/queryverse/QueryableBackend.jl?branch=master)

# Overview

This is a low level package in the [Queryverse](https://www.queryverse.org/)
software stack that provides helper methods for packages that want to
implement custom [Query.jl](https://github.com/queryverse/Query.jl) backends.