Skip to content

Commit c780ff1

Browse files
author
Alexander Patrikalakis
committed
Titan 0.5.4 and DynamoDB Storage Backend for Titan support
1 parent a3cd070 commit c780ff1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+6455
-4588
lines changed

NOTICE

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
This product includes software developed by Information Technologies Institute
2+
(CERTH, 57001, Thermi, Greece), and the following individuals:
3+
* Sotiris Beis
4+
* Alexander Patrikalakis
5+
6+
It also includes software from other open source projects including,
7+
but not limited to (check pom.xml for complete listing):
8+
cassandra.yaml file came from:
9+
https://github.com/thinkaurelius/titan/blob/titan05/titan-cassandra/config/cassandra/cassandra.yaml

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ For further information about the study please refer to the [published paper](ht
2020

2121
**Note 2:** After the very useful comments and contributions of OrientDB developers, we updated the benchmark implementations and re-run the experiments. We have updated the initial presentation with the new results and uploaded a new version of the paper in the following [link](http://mklab.iti.gr/files/beis_adbis2014_corrected.pdf).
2222

23+
**Note 3:** Alexander Patrikalakis, a software developer at Amazon Web Services, refactored the benchmark, added support for Blueprints 2.5 and added support for the DynamoDB Storage Backend for Titan.
24+
2325
Instructions
2426
------------
25-
To run the project at first you have to choose one of the aforementioned datasets. Of course you can select any dataset, but because there is not any utility class το convert the dataset in the appropriate format (for now), the format of the data must be identical with the tested datasets. The input parametes are configured from the config/input.properties file. Please follow the intructions in this file to select the correct parameters.
27+
To run the project at first you have to choose one of the aforementioned datasets. Of course you can select any dataset, but because there is not any utility class to convert the dataset in the appropriate format (for now), the format of the data must be identical with the tested datasets. The input parameters are configured from the src/test/resources/input.properties file. Please follow the instructions in this file to select the correct parameters. Then, run `mvn dependency:copy-dependencies && mvn test -Pbench` to execute the benchmarking run.
2628

2729
Results
2830
-------
@@ -99,10 +101,10 @@ Below we list the results of MIW and QW for each dataset.
99101
| YT | QW-FN |20.71 |9.34 |**4.51** |
100102
| LJ | QW-FN |213.41 |303.09 |**47.07** |
101103
| |
102-
| EN | QW-FA |3.78 |0.71 |**0.16** |
103-
| AM | QW-FA |13.77 |2.30 |**0.36** |
104-
| YT | QW-FA |42.82 |6.15 |**1.46** |
105-
| LJ | QW-FA |460.25 |518.12 |**16.53** |
104+
| EN | QW-FA |3.78 |0.71 |**0.16** |
105+
| AM | QW-FA |13.77 |2.30 |**0.36** |
106+
| YT | QW-FA |42.82 |6.15 |**1.46** |
107+
| LJ | QW-FA |460.25 |518.12 |**16.53** |
106108
| |
107109
| EN | QW-FS |1.63 |3.09 |**0.16** |
108110
| AM | QW-FS |0.12 |83.29 |**0.302** |
@@ -120,4 +122,4 @@ Below we list the results of SIW for each dataset.
120122

121123
Contact
122124
-------
123-
For more information or support, please contact: [email protected], [email protected] or [email protected].
125+
For more information or support, please contact: [email protected], [email protected], [email protected] or [email protected].

config/input.properties

-41
This file was deleted.

0 commit comments

Comments
 (0)