Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
fc6922b
SimDB / v3 integration
colby-nyce Jan 30, 2025
5909dd6
SimDB / v3 integration
colby-nyce Feb 3, 2025
d76c0bd
Fixes for Sparta v3 integration
colby-nyce Feb 5, 2025
37b3eab
Fixes for Sparta v3 integration
colby-nyce Feb 5, 2025
da8a8ba
SimDB / v3 integration
colby-nyce Feb 6, 2025
a0fe18e
SimDB / v3 integration
colby-nyce Feb 6, 2025
8633088
SimDB / v3 integration
colby-nyce Feb 7, 2025
dc337ca
SimDB / v3 integration
colby-nyce Feb 12, 2025
735b1d2
SimDB / v3 integration
colby-nyce Feb 12, 2025
2c2ccf7
SimDB / v3 integration
colby-nyce Feb 12, 2025
7e7a5f3
SimDB / v3 integration
colby-nyce Feb 12, 2025
552e346
SimDB / v3 integration
colby-nyce Feb 12, 2025
335b8cc
SimDB / v3 integration
colby-nyce Feb 12, 2025
14e8e50
SimDB / v3 integration
colby-nyce Feb 12, 2025
9229a68
SimDB / v3 integration
colby-nyce Feb 15, 2025
b4a18ed
SimDB / v3 integration
colby-nyce Feb 15, 2025
d711e30
SimDB / v3 integration
colby-nyce Feb 16, 2025
6c610a8
SimDB / v3 integration
colby-nyce Feb 17, 2025
1c4dba5
SimDB / v3 integration
colby-nyce Feb 18, 2025
63b58dd
SimDB / v3 integration
colby-nyce Feb 18, 2025
c911368
SimDB / v3 integration
colby-nyce Feb 19, 2025
4558439
SimDB / v3 integration
colby-nyce Feb 19, 2025
f12adf9
SimDB / v3 integration
colby-nyce Feb 19, 2025
82425f7
SimDB / v3 integration
colby-nyce Feb 19, 2025
305fe3b
SimDB / v3 integration
colby-nyce Feb 19, 2025
ac80d75
SimDB / v3 integration
colby-nyce Feb 20, 2025
18b0922
SimDB / v3 integration
colby-nyce Feb 21, 2025
db8bcc2
SimDB / v3 integration
colby-nyce Feb 21, 2025
a2bab65
SimDB / v3 integration
colby-nyce Feb 21, 2025
2d9333c
SimDB / v3 integration
colby-nyce Feb 21, 2025
b13e8b3
SimDB / v3 integration
colby-nyce Feb 21, 2025
47d2f6e
SimDB / v3 integration
colby-nyce Feb 21, 2025
72f3cc4
SimDB / v3 integration
colby-nyce Feb 22, 2025
51af082
SimDB / v3 integration
colby-nyce Feb 22, 2025
18778f0
SimDB / v3 integration
colby-nyce Feb 22, 2025
3ec7c1a
SimDB / v3 integration
colby-nyce Feb 22, 2025
222a489
SimDB / v3 integration
colby-nyce Feb 22, 2025
5d33f9e
SimDB / v3 integration
colby-nyce Feb 24, 2025
c924f88
Make SimDB header-only again
colby-nyce Feb 24, 2025
b60b6ac
SimDB / v3 integration
colby-nyce Feb 24, 2025
1118bb8
SimDB / v3 integration
colby-nyce Feb 24, 2025
60a00b4
SimDB / v3 integration
colby-nyce Feb 24, 2025
d5bd333
SimDB / v3 integration
colby-nyce Feb 24, 2025
0063a8b
SimDB / v3 integration
colby-nyce Feb 24, 2025
921e4b4
Delete legacy Argos/pipeViewer
colby-nyce Feb 24, 2025
37b015f
Merge branch 'master' of github-personal.com:colby-nyce/map into colb…
colby-nyce Feb 25, 2025
7ecddf7
SimDB / v3 integration
colby-nyce Feb 25, 2025
757ba97
SimDB / v3 integration
colby-nyce Mar 1, 2025
82ae5f4
SimDB / v3 integration
colby-nyce Mar 4, 2025
5d2c70c
Update submodule to colby-nyce/simdb.git
colby-nyce Mar 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "sparta/simdb"]
path = sparta/simdb
url = git@github.com:colby-nyce/simdb.git
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,19 @@ MAP is broken into two parts:
[![MacOS Build Status](https://dev.azure.com/sparcians/map/_apis/build/status/sparcians.map?branchName=master&label=MacOS)](https://dev.azure.com/sparcians/map/_build/latest?definitionId=1&branchName=master)
[![Documentation](https://github.com/sparcians/map/workflows/Documentation/badge.svg)](https://sparcians.github.io/map/)

## Building MAP
## Cloning MAP

MAP uses git submodules, so you should either check out MAP with the --recursive option:

- `git clone git@github.com:sparcians/map.git --recursive`

Or you can get the submodules manually:

Building MAP is done in two parts
- `git clone git@github.com:sparcians/map.git`
- `cd map`
- `git submodule update --init --recursive`

1. Sparta, the modeling framework: build sparta only in the sparta folder
2. Argos, the transaction viewer in Helios in the helios folder. Note that to build and use helios, you will need sparta built and installed somwehere on your system.
## Building MAP

The MAP repository has numerous dependencies, which are listed in a
[conda recipe](https://github.com/sparcians/map/blob/master/conda.recipe/meta.yaml),
Expand Down Expand Up @@ -80,11 +87,6 @@ installed and would like to build everything (not just sparta).
* `cmake -DCMAKE_BUILD_TYPE=Release ..`
* `make`
* `cmake --install . --prefix $CONDA_PREFIX`
1. To build Helios/Argos transaction viewer:
* `cd helios && mkdir release && cd release`
* `cmake -DCMAKE_BUILD_TYPE=Release ..`
* `make`
* `cmake --install . --prefix $CONDA_PREFIX`

A few interesting cmake options to help resolve dependencies are:

Expand Down
5 changes: 0 additions & 5 deletions helios/CMakeLists.txt

This file was deleted.

10 changes: 6 additions & 4 deletions helios/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Helios Visulation Tools

This part of the MAP repo contains two tools that work with
This part of the MAP repo contains tools that work with
Sparta-developed models to visualize the data generated.

1. Plato -- (WIP) A web-based visualization tool that will consume
database files generated by Sparta-based models and allow the user
to "drag-n-drop" plots onto a main canvas
1. pipeViewer (a.k.a Argos) -- A pipeline crawler, consistent with the
concept of a waveform viewer, but with more information viewable.
It's sometimes been called a rainbox chart or waterfall diagram.

//2. Note that prior Sparta releases had the Argos tool here
// in Helios (pipeline visualization). That has been moved
// to an external git repo which Sparta uses as a submodule.
// See the README file here: map/sparta/simdb/README.md
4 changes: 0 additions & 4 deletions helios/pipeViewer/.gitignore

This file was deleted.

108 changes: 0 additions & 108 deletions helios/pipeViewer/CMakeLists.txt

This file was deleted.

111 changes: 0 additions & 111 deletions helios/pipeViewer/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions helios/pipeViewer/argos_dumper/.gitignore

This file was deleted.

Loading