This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new af9e2df  self-host images
af9e2df is described below

commit af9e2df16dd380a63f71c5c02aac0b36d628f39d
Author: Paul King <[email protected]>
AuthorDate: Sat Mar 8 20:43:06 2025 +1000

    self-host images
---
 site/src/site/blog/groovy-graph-databases.adoc |  10 +++++-----
 site/src/site/blog/img/BackstrokeRecords.png   | Bin 0 -> 346207 bytes
 site/src/site/blog/img/Neo4jLogo.svg           |   1 +
 site/src/site/blog/img/arcadedb-logo.png       | Bin 0 -> 24643 bytes
 site/src/site/blog/img/orientdb_logo.png       | Bin 0 -> 27929 bytes
 site/src/site/blog/img/tugraph.svg             |  21 +++++++++++++++++++++
 6 files changed, 27 insertions(+), 5 deletions(-)

diff --git a/site/src/site/blog/groovy-graph-databases.adoc 
b/site/src/site/blog/groovy-graph-databases.adoc
index fdeddeb..84f71fe 100644
--- a/site/src/site/blog/groovy-graph-databases.adoc
+++ b/site/src/site/blog/groovy-graph-databases.adoc
@@ -265,7 +265,7 @@ and even other sports if we wanted to.
 
 Let's have a look at what our graph now looks like:
 
-image:https://raw.githubusercontent.com/paulk-asert/groovy-graphdb/main/docs/images/BackstrokeRecords.png[network
 of swim and swimmer vertices and relationship edges]
+image:img/BackstrokeRecords.png[network of swim and swimmer vertices and 
relationship edges]
 
 We now might want to query the graph in numerous ways.
 For instance, what countries had success at the Paris 2024 olympics,
@@ -369,7 +369,7 @@ Our next technology to examine is
 https://neo4j.com/product/neo4j-graph-database/[neo4j]. Neo4j is a graph
 database storing nodes and edges. Nodes and edges may have a label and 
properties (or attributes).
 
-image:https://dist.neo4j.com/wp-content/uploads/20230926084108/Logo_FullColor_RGB_TransBG.svg[neo4j
 logo,50%]
+image:img/Neo4jLogo.svg[neo4j logo,50%]
 
 Neo4j models edge relationships using enums. Let's create an enum for our 
example:
 
@@ -769,7 +769,7 @@ image:img/age-viewer.png[]
 
 == OrientDB
 
-image:https://www.orientdb.com/images/orientdb_logo_mid.png[orientdb logo,50%]
+image:img/orientdb_logo.png[orientdb logo,50%]
 
 The next graph database we'll look at is https://orientdb.org/[OrientDB].
 We used the open source Community edition. We used it in embedded mode but 
there are
@@ -859,7 +859,7 @@ We'll examine them next when we look at ArcadeDB.
 
 Now, we'll examine https://arcadedb.com/#getting-started[ArcadeDB].
 
-image:https://arcadedb.com/assets/images/arcadedb-logo-mini.png[arcadedb logo]
+image:img/arcadedb-logo.png[arcadedb logo]
 
 ArcadeDB is a rewrite/partial fork of OrientDB and carries over its 
Multi-Model nature.
 We used it in embedded mode but there are
@@ -982,7 +982,7 @@ image:img/ArcadeStudio.png[ArcadeStudio]
 Next, we'll look at
 https://tugraph.tech/[TuGraph].
 
-image:https://mdn.alipayobjects.com/huamei_qcdryc/afts/img/A*AbamQ5lxv0IAAAAAAAAAAAAADgOBAQ/original[tugraph
 logo,width=40%]
+image:img/tugraph.svg[tugraph logo,width=40%]
 
 We used the Community Edition using a docker image as outlined in the
 
https://tugraph-db.readthedocs.io/en/latest/5.installation%26running/3.docker-deployment.html[documentation]
 and
diff --git a/site/src/site/blog/img/BackstrokeRecords.png 
b/site/src/site/blog/img/BackstrokeRecords.png
new file mode 100644
index 0000000..0d00469
Binary files /dev/null and b/site/src/site/blog/img/BackstrokeRecords.png differ
diff --git a/site/src/site/blog/img/Neo4jLogo.svg 
b/site/src/site/blog/img/Neo4jLogo.svg
new file mode 100644
index 0000000..2de29da
--- /dev/null
+++ b/site/src/site/blog/img/Neo4jLogo.svg
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; version="1.1" id="Layer_1" x="0px" 
y="0px" viewBox="0 0 677.5 242.4" style="enable-background:new 0 0 677.5 
242.4;" xml:space="preserve"> <style type="text/css"> .st0{fill:#231F20;} 
.st1{fill:#014063;} </style> <g> <path class="st0" 
d="M137.8,61.9c-35.3,0-58.9,20.5-58.9,60.4v28.4c3.5-1.7,7.3-2.6,11.4-2.6s8,1,11.5,2.7v-28.5
 c0-25.8,14.2-39.1,36-39.1s36,13.3,36,39.1v62. [...]
\ No newline at end of file
diff --git a/site/src/site/blog/img/arcadedb-logo.png 
b/site/src/site/blog/img/arcadedb-logo.png
new file mode 100644
index 0000000..bc87cf3
Binary files /dev/null and b/site/src/site/blog/img/arcadedb-logo.png differ
diff --git a/site/src/site/blog/img/orientdb_logo.png 
b/site/src/site/blog/img/orientdb_logo.png
new file mode 100644
index 0000000..3a2b5a3
Binary files /dev/null and b/site/src/site/blog/img/orientdb_logo.png differ
diff --git a/site/src/site/blog/img/tugraph.svg 
b/site/src/site/blog/img/tugraph.svg
new file mode 100644
index 0000000..dc6d5ed
--- /dev/null
+++ b/site/src/site/blog/img/tugraph.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="122px" height="24px" viewBox="0 0 122 24" version="1.1" 
xmlns="http://www.w3.org/2000/svg"; xmlns:xlink="http://www.w3.org/1999/xlink";>
+    <title>形状</title>
+    <defs>
+        <linearGradient x1="0%" y1="50.0046172%" x2="99.9981861%" 
y2="50.0046172%" id="linearGradient-1">
+            <stop stop-color="#1650FF" offset="0%"></stop>
+            <stop stop-color="#1659FF" offset="17.9059222%"></stop>
+            <stop stop-color="#1671FF" offset="44%"></stop>
+            <stop stop-color="#1677FF" offset="50%"></stop>
+            <stop stop-color="#1680FF" offset="58%"></stop>
+            <stop stop-color="#1698FF" offset="72%"></stop>
+            <stop stop-color="#16C0FF" offset="89%"></stop>
+            <stop stop-color="#16DEFF" offset="100%"></stop>
+        </linearGradient>
+    </defs>
+    <g id="页面-1" stroke="none" stroke-width="1" fill="none" 
fill-rule="evenodd">
+        <g id="01.首页" transform="translate(-120.000000, -20.000000)" 
fill="url(#linearGradient-1)" fill-rule="nonzero">
+            <path d="M149.107475,25.141749 L148.748971,26.710869 
L148.611765,27.3136947 L148.326289,28.5415089 L148.326289,28.5415089 
L146.693102,35.6557392 L142.289249,35.6557392 C141.721248,35.6557392 
141.310369,35.479915 141.056613,35.1282667 C140.806545,34.7847447 
140.75122,34.3015976 140.883999,33.692123 C140.883168,33.6810573 
140.883168,33.6699447 140.883999,33.6588789 L142.065737,28.5415089 
L142.849136,25.141749 L139.069346,25.141749 L138.285948,28.5415089 
L137.097571,33.6854742 C [...]
+        </g>
+    </g>
+</svg>
\ No newline at end of file

Reply via email to