peridot/peridot
2022-10-19 15:21:19 -04:00
..
builder/v1 Finalize SCL feature 2022-10-19 15:21:19 -04:00
cmd/v1 Resolve peridot CLI build error due to unbound variable 2022-09-06 15:01:42 -04:00
common Initial commit 2022-07-07 22:13:21 +02:00
composetools Initial commit 2022-07-07 22:13:21 +02:00
data Initial commit 2022-07-07 22:13:21 +02:00
db Finalize SCL feature 2022-10-19 15:21:19 -04:00
impl/v1 Change interceptor handling and add prometheus metrics to all services 2022-08-31 20:06:02 +02:00
keykeeper Change interceptor handling and add prometheus metrics to all services 2022-08-31 20:06:02 +02:00
lookaside Check err and correctly close file for S3 storage 2022-08-17 02:13:52 +02:00
migrate [WIP] Break out packages to per-project settings defined by catalog import 2022-10-02 15:37:31 -04:00
plugin Initial commit 2022-07-07 22:13:21 +02:00
proto/v1 [WIP] Break out packages to per-project settings defined by catalog import 2022-10-02 15:37:31 -04:00
rpmbuild Initial commit 2022-07-07 22:13:21 +02:00
tools Initial commit 2022-07-07 22:13:21 +02:00
ui Initial commit 2022-07-07 22:13:21 +02:00
yummeta Initial commit 2022-07-07 22:13:21 +02:00
yumrepofs/v1 Use SetHeader instead of SendHeader 2022-08-31 21:49:26 +02:00
BUILD Initial commit 2022-07-07 22:13:21 +02:00
README.md Initial commit 2022-07-07 22:13:21 +02:00
seed.sql Remove triple copyright in seed.sql 2022-07-08 02:05:14 +02:00

peridot

Local development

Requirements: Temporal (running on host), MinIO (running on host) and Kubernetes (Using Docker for Desktop)

Source the .env file: source .env

Start UI:

ibazel run //ui:peridot.server

Start server (deploys to K8s):

br //peridot/cmd/v1/peridotserver/ci:peridotserver.dev.local_push_apply

Start ephemeral (deploys to K8s):

br //peridot/cmd/v1/peridotephemeral/ci:peridotephemeral.dev.local_push_apply

To make changes to the builder or ephemeral instance just re-run the deployment command.