-
Notifications
You must be signed in to change notification settings - Fork 0
/
references.bib
89 lines (76 loc) · 2.66 KB
/
references.bib
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
@book{robinson2015graph,
author = {Robinson, Ian and Webber, Jim and Eifrem, Emil},
publisher = {O'Reilly Media, Inc.},
title = {Graph databases: new opportunities for connected data},
year = {2015},
isbn = {978-1-4919-3089-2}
}
@online{sbs,
author = {{Neo4j Inc.}},
title = {Fine-Grained Access Control for Better Security and Privacy},
url = {https://neo4j.com/product/neo4j-graph-database/security/}
}
@online{ac,
author = {{Neo4j Inc.}},
title = {Built-in roles and privileges},
url = {https://neo4j.com/docs/operations-manual/current/authentication-authorization/built-in-roles/#auth-built-in-roles}
}
@misc{mysql,
author = {Rodrigues, Cajetan and Jain, Mit Ramesh and Khanchandani, Ashish},
year = {2023},
month = {05},
title = {Performance Comparison of Graph Database and Relational Database},
doi = {10.13140/RG.2.2.27380.32641}
}
@misc{wdbench,
author = {Angles, Renzo and Aranda, Carlos and Hogan, Aidan and Rojas, Carlos and Vrgo{\v c}, Domagoj},
doi = {10.1007/978-3-031-19433-7_41},
title = {WDBench: A Wikidata Graph Query Benchmark},
year = {2022},
month = {10}
}
@online{pgmodel,
author = {{Neo4j Inc.}},
title = {What is a graph database?},
url = {https://neo4j.com/docs/getting-started/get-started-with-neo4j/graph-database/}
}
@online{schema,
author = {{Neo4j Inc.}},
title = {Defining a schema},
url = {https://neo4j.com/docs/getting-started/cypher-intro/schema/}
}
@online{nasa,
author = {{Neo4j Inc.}},
title = {Getting to Mars Faster with a Knowledge Graph},
url = {https://neo4j.com/case-studies/nasa/}
}
@online{ebay,
author = {{Neo4j Inc.}},
title = {Neo4j Powers Intelligent Commerce for eBay App on Google Assistant},
url = {https://neo4j.com/case-studies/ebay/}
}
@online{fortune500,
author = {{Neo4j Inc.}},
title = {Real-Time Graph Analysis Creates Potential for Millions in Fraud Detection Savings},
url = {https://neo4j.com/case-studies/fortune-500-financial-services/}
}
@online{raft-protocol,
author = {{Neo4j Inc.}},
title = {Leadership, routing and load balancing},
url = {https://neo4j.com/docs/operations-manual/current/clustering/setup/routing/}
}
@online{high-availability,
author = {{Sonal Raj}},
title = {Neo4j High Performance},
url = {https://www.oreilly.com/library/view/neo4j-high-performance/9781783555154/ch06s07.html}
}
@online{demo-website,
author = {{Prashanth Rao}},
title = {Embedded databases (2): KùzuDB, an extremely fast OLAP graph database},
url = {https://thedataquarry.com/posts/embedded-db-2/}
}
@online{demo-source,
author = {{Prashanth Rao}},
title = {KùzuDB: Benchmark study},
url = {https://github.com/prrao87/kuzudb-study}
}