Skip to content

kartta-labs/reservoir

Repository files navigation

Reservoir 3D Model Repository

Reservoir is a project for hosting temporally and geo-spatially indexed 3D models. Reservoir exposes an API for pushing and pulling models as well as updating and searching.

Developing with docker-compose

To kick off a local developer instance of Reservoir, simply

  1. Install docker-compose

  2. Clone this repo and cd into it

    git clone git@github.com:kartta-labs/reservoir.git
    cd reservoir
    
  3. Run:

    docker-compose up