-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
63 changed files
with
17,535 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
r2.00_x86_64 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,27 @@ | ||
version: '3.8' | ||
|
||
services: | ||
yottadb: | ||
image: yottadb/yottadb:latest | ||
container_name: yottadb_container | ||
ports: | ||
- "1337:1337" | ||
environment: | ||
- YOTTA_DB_PORT=1337 | ||
image: download.yottadb.com/yottadb/yottadb-debian:latest-master | ||
container_name: yottadb | ||
volumes: | ||
- ./data:/data | ||
command: | | ||
bash -c " | ||
source /usr/local/lib/yottadb/r1.32_x86_64/ydb_env_set && | ||
ydb -run ^GDE && | ||
ydb -run ^ZSY && | ||
while true; do sleep 1000; done; | ||
" | ||
- ./ydb-data:/data | ||
environment: | ||
- YDB_DIR=/data | ||
entrypoint: ["sh", "-c", "tail -f /dev/null"] | ||
#entrypoint: ["sh", "-c", "tail", "-f", "/dev/null"] | ||
|
||
yottadb_init: | ||
depends_on: | ||
- yottadb | ||
image: yottadb/yottadb:latest | ||
container_name: yottadb_init | ||
volumes: | ||
- ./data:/data | ||
entrypoint: ["/bin/bash", "-c"] | ||
command: | | ||
" | ||
source /usr/local/lib/yottadb/r1.32_x86_64/ydb_env_set && | ||
ydb -run \"SET ^myglobal('test')='Hello, YottaDB!'\" && | ||
echo 'Value set in YottaDB: ^myglobal(test) = Hello, YottaDB!' | ||
" | ||
# yottadb_init: | ||
# depends_on: | ||
# - yottadb | ||
# image: download.yottadb.com/yottadb/yottadb-debian:latest-master | ||
# container_name: yottadb_init | ||
# volumes: | ||
# - ./ydb-data:/data # Same volume to ensure shared data | ||
# entrypoint: ["/bin/bash", "-c"] | ||
# command: | | ||
# ydb <<< 'SET ^myglobal("test")="Hello again, YottaDB!"' && | ||
# echo 'Value set in YottaDB: ^myglobal(test) = Hello again, YottaDB!' | ||
|
||
volumes: | ||
ydb-data: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
r2.01_x86_64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Mon Sep 30 15:16:25 UTC 2024 | ||
Mon Sep 30 15:18:32 UTC 2024 | ||
Mon Sep 30 15:20:03 UTC 2024 | ||
Mon Sep 30 15:23:52 UTC 2024 | ||
Mon Sep 30 15:30:23 UTC 2024 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Mon Sep 30 15:16:25 UTC 2024 | ||
Enter password for user ydb: | ||
Re-enter password for user ydb: | ||
Successfully added user: "ydb" with "readwrite+allowschemachanges" permissions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Mon Sep 30 15:16:25 UTC 2024 | ||
|
||
added 1 package, and audited 2 packages in 13s | ||
|
||
found 0 vulnerabilities |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Mon Sep 30 15:16:25 UTC 2024 | ||
Mon Sep 30 15:18:32 UTC 2024 | ||
Mon Sep 30 15:20:03 UTC 2024 | ||
Mon Sep 30 15:23:52 UTC 2024 | ||
Mon Sep 30 15:30:23 UTC 2024 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.