Skip to content

kwilteam/extension-deployment-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extension Docker Template

This repo serves as a template for running your own extensions using Docker Compose. To run Kwil with your own extension:

  1. Create your extension and build it as a Docker image
  2. In the docker-compose.yaml file, replace <image> with the name of your built docker image. It assumes the gRPC server is running on port 50051
  3. Run Kwil and your image by running:
make download-and-run

Once the command has finished executing, your database will be accessible on http://localhost:8080.

Note that some browsers may require security adjustments to connect to the local database from the Kuneiform IDE.

You can stop the database using:

make stop

An example of this template in action can be found here.

Makefile

This repo contains a makefile that with common commands that may be run in this repo. To see all commands, run:

make help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published