🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/corstijank/mekstrike

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/corstijank/mekstrike

v0.0.0-20241015203234-d2bec9b63b5c
Source
Go
Version published
Created
Source

Mekstrike

Running / trying

Requirements

  • Kubernetes with an ability to build images on the nodes. For simplicity sake; docker-desktop or minikube (untested)
  • This will install a traefik ingress. If you already have an ingress, you'll need to fix yourself using the resources in the k8s folder.

Quickstart

# Set up a kubernetes platorm, with certman, dapr, jaeger, otel
./setup.sh

# Build and deploy
./deploy.sh

# Incremental deploy

./deploy.sh ui # or gamemaster, armybuilder, unit, battlefield, etc.

Developing: requirements

  • GoLang 1.16 (or later)
  • DotNet 6.0 (or later)
  • Java 16 (or later)
  • Maven (something recent)

Components

desired: overview

library

  • golang
  • rest endpoints for querying unit data

armybuilder

  • java
  • grpc service for creating an army
    • Takes input parameters for generating a force
    • Generate force - query library for units
    • creates and returns unit URI's

gamemaster

  • Go
  • REST
    • players
    • the battlefield
    • involved units
    • rounds / phases

battlefield

  • .NET
  • Actor
    • Given board x, can a unit move from x to y?
    • etc

unit

  • Java
  • Actor
    • Move here
    • Fire here
    • handle IncomingFire
    • etc
    • knows which map its on, and its location

fireControlSystem

  • Python for shits and giggles?
    • will translate shots to incoming fire, given RNG and all kinds of considerations;
    • Client -> Unit(fire) -> FireControlSystem(verifyShot) -> target(processIncoming)

API Gateway

  • A simple API gateway so client does not need knowledge of backend services?

UI

  • Svelte webapp
  • CSS: https://terminalcss.xyz/

FAQs

Package last updated on 15 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts