Commit db0a397
authored
Graph Collections (#52)
* Highlighting boolean values
* Adding vertex and edge collection skeleton
* Refactoring serializers
* Using randomized graph name
* Improving helper types
* Facilitating edge and vertex collection creation
* Vertex collection management
* Edge collection management
* Adding cluster testcase
* Adding note about dictionary-like indexing
* Inserting and retrieving vertex documents
* Moving methods from StandardCollection to base Collection so they are available to other subclasses
* Adding CRUD for vertex collections
* Adding "has" for vertex collections
* Marking tests as asyncio
* Inserting and retrieving edges
* Event loop scope
* Event loop scope again
* Updating edge
* Edges CRUD
* Extra edge methods
* Fixing lint
* Added github gist example
* Adding graph docs
* Adding graphs example in the readme1 parent 741e3a3 commit db0a397
File tree
17 files changed
+3986
-845
lines changed- arangoasync
- docs
- tests
17 files changed
+3986
-845
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
76 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
77 | 137 | | |
78 | 138 | | |
79 | 139 | | |
0 commit comments