Giter Site home page Giter Site logo

oca-repository-rs's Introduction

OCA Repository

Installation

  1. Pull the Docker image for OCA Repository
docker pull ghcr.io/thclab/oca-repository:0.5.10
  1. Run an instance of OCA Repository
docker run
    -it
    --rm
    -p 8000:8000
    -v $PWD/config/config.yml:/app/config/config.yml:ro
    humancolossus/oca-repository:0.5.10

Usage

See https://oca.colossi.network/ecosystem/oca-repository.html

Development

With Docker and latest release

git clone [email protected]:THCLab/oca-repository-rs.git

docker-compose up

Locally with local build:

cargo build
./target/debug/oca-repository

This would start on default port 8000 insance of repository. You can then use curl for playing with api or simply go to https://repository.oca.argo.colossi.network/ and switch servers to localhost:8000 and use swagger.

Add OCA Bundle:

curl -XPOST http://127.0.0.1:8000/oca-bundles \
  -H "Content-type: text/plain" \
  --data-binary @ocafile.txt

Get OCA Bundle:

curl http://127.0.0.1:8000/oca-bundles/EF5ERATRBBN_ewEo9buQbznirhBmvrSSC0O2GIR4Gbfs

oca-repository-rs's People

Contributors

olichwiruk avatar blelump avatar mitfik avatar

Stargazers

Naila Álvarez avatar  avatar

Watchers

 avatar  avatar  avatar  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.