From 1d4c08199ca67058d0bb73769b23adca238b048f Mon Sep 17 00:00:00 2001 From: hanemile Date: Wed, 30 Jan 2019 21:24:56 +0100 Subject: added ids for linking from other files --- src/about.html | 2 +- src/index.html | 27 +++++++++++++++------------ 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/src/about.html b/src/about.html index 37ae4c9..2c674d2 100644 --- a/src/about.html +++ b/src/about.html @@ -89,7 +89,7 @@
-

Generating the pointclouds

+

Generating the pointclouds

In the aftermath, generating the pointclouds was one of the easier parts of the project. A detailed summary on how the stars are generated can be found in the diff --git a/src/index.html b/src/index.html index e3631e4..022e8cf 100644 --- a/src/index.html +++ b/src/index.html @@ -95,7 +95,7 @@

I wrote a writeup for people who want to implement this or just want to dive deeper into the rabbit hole. It contains the process of generating the star clusters and how the simulation efficiency can be increased alot.

@@ -107,7 +107,7 @@

The complete project is currently split up into multiple docker containers representing a micro-service each. It is currently stored in git and is always happy if new post-request are made!

@@ -124,7 +124,8 @@

The Generator container generates stars using NFW containers. This makes it incredibly fast, because it is not bound to a machine, but can operate on a giant cluster.

@@ -136,8 +137,8 @@

The current "Database" is a go array containing the galaxy stored in the form of a tree. This is not optimal, but it works and I'm working on a more scalable solution.

@@ -149,8 +150,8 @@

The manager manages distributing stars to the simulator containers, it also collects the metrics from the Simulator containers and functions as a target for prometheus.

@@ -167,7 +168,7 @@

The simulator container get's stars from the manager and calculates the forces acting on it. It then inserts the new star into the database.

@@ -179,7 +180,7 @@

Traefik ist used as a reverse proxy for some services such as the generator container. It also allows a lot of other services to work.

@@ -191,9 +192,9 @@

Monitoring is done by combining the power of Prometheus and Grafana using the other containers as targets to pull metrics from.

@@ -203,6 +204,8 @@
+
+
-- cgit 1.4.1