Skip to content

Commit

Permalink
Add profiling information on each traversal step - count hits vs elas…
Browse files Browse the repository at this point in the history
…tic controller

Add tagging for each step via ASG strategy (all steps must have tags)
  • Loading branch information
YANG-DB committed May 18, 2020
1 parent 40d803f commit 3d7bca8
Show file tree
Hide file tree
Showing 30 changed files with 147 additions and 46 deletions.
2 changes: 1 addition & 1 deletion es-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fuse</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>es-plugins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fuse-asg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>fuse</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
48 changes: 46 additions & 2 deletions fuse-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,48 @@
<parent>
<artifactId>fuse</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>fuse-core</artifactId>

<name>fuse-core</name>
<description>
YANGDB Open-source, Scalable, Non-native Graph database (Powered by Elasticsearch)
</description>
<url>http://www.yangdb.org/</url>

<mailingLists>
<mailingList>
<name>Apache Yang.DB Developers</name>
<post>[email protected]</post>
</mailingList>
</mailingLists>

<organization>
<name>The YangDb Graph Database Project</name>
</organization>

<scm>
<connection>scm:git:git:https://github.com/YANG-DB/yang-db.git</connection>
<url>git clone https://github.com/YANG-DB/yang-db.git</url>
</scm>

<licenses>
<license>
<name>The 2.0 version of the Apache License was approved by the ASF in 2004.</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>

<developers>
<developer>
<id>Yang.DB</id>
<name>The Yang.DB Team</name>
<organization>www.yangdb.org</organization>
</developer>
</developers>

<properties>
<top.dir>${project.basedir}/..</top.dir>
<checkstyle.skip>true</checkstyle.skip>
Expand Down Expand Up @@ -74,6 +110,14 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fuse-domain-dragons</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>fuse-domain-dragons</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fuse-domain-dragons</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fuse-domain-dragons</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>

<artifactId>fuse-domain-dragons-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fuse-domain/fuse-domain-dragons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fuse-domain</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fuse-domain-knowledge</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fuse-domain-knowledge</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fuse-domain-knowledge</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fuse-domain-knowledge</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fuse-domain-knowledge</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fuse-domain-knowledge</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fuse-domain/fuse-domain-knowledge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fuse-domain</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fuse-domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fuse</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fuse-dv/fuse-dv-asg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fuse-dv</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fuse-dv/fuse-dv-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>fuse-dv</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fuse-dv/fuse-dv-epb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>fuse-dv</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fuse-dv/fuse-dv-gta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>fuse-dv</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fuse-dv/fuse-dv-stat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>fuse-dv</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>fuse-dv-stat</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fuse-dv/fuse-dv-unipop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>fuse-dv</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fuse-dv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>fuse</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fuse-geojson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>fuse</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fuse-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>fuse</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fuse-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>fuse</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fuse-test/fuse-test-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>fuse-test</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion fuse-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>fuse</artifactId>
<groupId>com.yangdb</groupId>
<version>0.5-SNAPSHOT</version>
<version>0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit 3d7bca8

Please sign in to comment.