forked from selabhvl/dat250-projectreport-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreport.bib
More file actions
31 lines (28 loc) · 1.18 KB
/
Copy pathreport.bib
File metadata and controls
31 lines (28 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
@Article{brown:96,
author = {A.W. Brown and K. C. Wallnau},
title = {A Framework for Evaluating Software Technology},
journal = {IEEE Software},
year = 1996,
volume = 13,
number = 5,
pages = {39-49},
month = {September}}
@inproceedings{guia2017neo4j,
author = {Jo{\~a}o Guia and Vasco G. Soares and Jorge Bernardino},
title = {Graph Databases: {Neo4j} Analysis},
booktitle = {Proceedings of the 19th International Conference on Enterprise Information Systems (ICEIS 2017) - Volume 1},
year = {2017},
pages = {351--356},
publisher = {SCITEPRESS},
address = {Porto, Portugal},
url = {https://www.scitepress.org/Papers/2017/63560/63560.pdf},
abstract = {This paper presents an analysis of Neo4j, one of the most popular graph databases. It discusses graph database advantages, performance, and data model characteristics compared to relational databases.}
}
@online{jenkovJMH2023,
author = {Jakob Jenkov},
title = {JMH - Java Microbenchmark Harness},
year = {2023},
url = {https://jenkov.com/tutorials/java-performance/jmh.html},
note = {Accessed: 2025-11-10},
organization = {Jenkov Tutorials},
}