Skip to content

Commit

Permalink
Moves hasura into a subdirectory and converts scripts to work with it… (
Browse files Browse the repository at this point in the history
#88)

* Moves hasura into a subdirectory and converts scripts to work with it. Also renames telco metadata so we can start adding other industry metadata in appropriate folders for easy adding/editing and segregation.

Moves data around so it's in different directories and easier for new data sets to be added

* Moves more things around to separate telco out

* Starts off the starter profile

* Adds in starter kit, readme, and fixes a few issues found in testing.

* Changes log to be quiet when asked.

* Updates to README

* [no-op] Adds deploy script instructions
  • Loading branch information
typhonius authored Jan 8, 2025
1 parent 42d2332 commit 9bfe3b4
Show file tree
Hide file tree
Showing 265 changed files with 7,837 additions and 2,834 deletions.
2 changes: 1 addition & 1 deletion .data/.env.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CONTAINER_PREFIX=axiomdata_
CONTAINER_PREFIX=axiomdata
MONGO_PASSWORD=hbGciOiJIUzI1NiIsInR5cCI6IkpX
POSTGRES_PASSWORD=hbGciOiJIUzI1NiIsInR5cCI6IkpX
CLICKHOUSE_PASSWORD=hbGciOiJIUzI1NiIsInR5cCI6IkpX
Expand Down
2 changes: 2 additions & 0 deletions .data/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.env
build
Loading

0 comments on commit 9bfe3b4

Please sign in to comment.