Giter Club home page Giter Club logo

aioflureedb's Introduction

aioflureedb

This library isn't fully production stable yet; Most of the code should be considered of late beta quality and stability. This with the exception of the domain-API code that at moment of writing should be considered alpha.

Install

To install run:

python3 -m pip install aioflureedb

Or if you also wish to use your own Domain-API files run:

python3 -m pip install 'aioflureedb[domainapi]'

API usage

Work in progress

The aioflureedb library is currently functioning for the API endpoints that it implements. These are:

  • health (fluree client)
  • dbs (fluree client)
  • query (database client)
  • block (database client)
  • command (database client)
  • ledger_stats (database client)
  • list_snapshots (database client)
  • snapshot (database client)

Other endpoints (export, multi_query, history, transact, graphql, sparql, reindex, hide, gen_flakes, query_with, test_transact_with, block_range_with, storage, pw) are curently not supported yet.

Help prioritize!

Some of the other endpoint may be quite easy to implement, but there are quite a lot of them to choose from and prioritize.

If you feel the API is lacking endpoint support that you need for your project, please create a project issue to help us prioritize development.

Help with code

Pull request with API-endpoint code are very much welcome.

If you do (plan to) create a pull request, please:

  • Fork the project.
  • Create an issue, mentioning you are working on it.
  • Run pylint on your patched code using the supplied .pylintrc
  • Run pycodestyle on your patched code using the --max-line-length=128 option
  • Create the pull request

aioflureedb's People

Contributors

pibara avatar ivankoster avatar robklpd 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.