Skip to content

Commit

Permalink
just a bunch of meta updates this time, LICENSE, Makefile, and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-Gabriel-Susman committed Nov 27, 2023
1 parent 0c1e338 commit d6bf2e2
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2023 Max Gabriel Susman

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
14 changes: 6 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@ build:

run:
docker run \
-e API_ADDRESS=0.0.0.0:8082 \
-e INFERENTIAL_DB_USER=usr \
-e INFERENTIAL_DB_PASSWORD=identity \
-e INFERENTIAL_DB_HOST=127.0.0.1 \
-e INFERENTIAL_DB_NAME=identity \
-e INFERENTIAL_DB_PORT=3306 \
-e ENABLE_MIGRATE=true \
-e API_KEY \
-e API_ORG \
-p 50054:50054 \
brometheus/delphi-inferential-service:v0.4.5

Expand All @@ -22,4 +17,7 @@ push:
update:
docker build --tag brometheus/delphi-inferential-service:v0.4.5 .
docker push brometheus/delphi-inferential-service:v0.4.5
]

# grpcurl -plaintext -v localhost:50054 list Greeter

# grpcurl -plaintext -d '{"name": "tell me Im pretty"}' localhost:50054 Greeter/SayHello
29 changes: 26 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,21 @@

The **Delphi Inferential Service** is a Go microservice designed to provide inferential capabilities as part of the Delphi platform.

## Deployment Usage Guide
## Table of Contents

<items>

## Local Usage Guide

# Overview

# Setup

# Operation

## AWS Usage Guide

# Overview

# Setup

Expand All @@ -16,7 +30,7 @@ Prerequisites:

* aws cli?

# Delphi Deployment and Operation
# Delphi Deployment and Operation and Teardown (maybe make this into three distinct subsections)

eksctl deployment: ...

Expand All @@ -28,4 +42,13 @@ eksctl teardown: ...

aws console monitoring: ...

# Conclusion
# Conclusion


## Dependencies

## CI

## Testing

## Building & Artifact Repositories (perhaps this should be two distinct sub sections)

0 comments on commit d6bf2e2

Please sign in to comment.