mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-09 06:45:13 +02:00
Structured data 2 (#645)
* Structured data refactor - multi-index tables, remove need for manual mods to the Cassandra tables * Tech spec updated to track implementation
This commit is contained in:
parent
5ffad92345
commit
1809c1f56d
87 changed files with 5233 additions and 3235 deletions
6
Makefile
6
Makefile
|
|
@ -5,7 +5,7 @@ VERSION=0.0.0
|
|||
|
||||
DOCKER=podman
|
||||
|
||||
all: container
|
||||
all: containers
|
||||
|
||||
# Not used
|
||||
wheels:
|
||||
|
|
@ -49,7 +49,9 @@ update-package-versions:
|
|||
echo __version__ = \"${VERSION}\" > trustgraph/trustgraph/trustgraph_version.py
|
||||
echo __version__ = \"${VERSION}\" > trustgraph-mcp/trustgraph/mcp_version.py
|
||||
|
||||
container: update-package-versions
|
||||
FORCE:
|
||||
|
||||
containers: FORCE
|
||||
${DOCKER} build -f containers/Containerfile.base \
|
||||
-t ${CONTAINER_BASE}/trustgraph-base:${VERSION} .
|
||||
${DOCKER} build -f containers/Containerfile.flow \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue