Skip to content

Commit

Permalink
Merge pull request #402 from ArangoDB-Community/feature-3.8/DE-289-cl…
Browse files Browse the repository at this point in the history
…eanup-roadmap-doc

Updated roadmap doc
  • Loading branch information
tjoubert authored Aug 5, 2022
2 parents da613bb + 16360ed commit 940b5dd
Showing 1 changed file with 41 additions and 54 deletions.
95 changes: 41 additions & 54 deletions project/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,62 +117,12 @@ A tick indicates an item is implemented and has automated tests in place.

## Versions 1.1+

### Other API implementations

#### Collections API

- [ ] `PUT/_api/collection/{collection-name}/unload` Unload collection
- [ ] `PUT/_api/collection/{collection-name}/load` Load collection
- [ ] `GET/_api/collection/{collection-name}/checksum` Return checksum for the collection
- [X] `GET/_api/collection/{collection-name}/checksum` Return checksum for the collection
- [X] `GET/_api/collection/{collection-name}/figures` Return statistics for a collection
- [ ] `PUT/_api/collection/{collection-name}/loadIndexesIntoMemory` Load Indexes into Memory
- [ ] `PUT/_api/collection/{collection-name}/recalculateCount` Recalculate count of a collection
- [ ] `PUT/_api/collection/{collection-name}/rotate` Rotate journal of a collection

#### Simple Queries API

- [ ] TODO

#### Job API

- [ ] TODO

#### Graph Edges API

- [ ] `GET/_api/edges/{collection-id}` Read in- or outbound edges

#### Graph Traversal API

- [ ] `POST/_api/traversal` executes a traversal

### Database Management API implementations

#### Administration API

- [ ] TODO

#### Cluster API

- [ ] TODO

#### FOXX API

- [ ] TODO

#### Indexes API

- [ ] TODO

#### Replication API

- [ ] TODO

## Version 2.0

#### New transport implementations

- [ ] VelocyStream support
- [ ] VelocyPack-over-HTTP support
- [X] `PUT/_api/collection/{collection-name}/loadIndexesIntoMemory` Load Indexes into Memory
- [X] `PUT/_api/collection/{collection-name}/recalculateCount` Recalculate count of a collection

#### Bulk Operations API
- [X] `POST /_api/import#document` Bulk Import Document Arrays
Expand Down Expand Up @@ -234,4 +184,41 @@ A tick indicates an item is implemented and has automated tests in place.
- [X] `GET/_admin/server/id` Return id of a server in a cluster
- [X] `GET/_admin/server/role` Return role of a server in a cluster
- [X] `GET/_api/engine` Return server database engine type
- [X] `GET/_api/version` Return server version
- [X] `GET/_api/version` Return server version

## Version 2.0

#### New transport implementations

- [ ] VelocyStream support
- [ ] VelocyPack-over-HTTP support

#### Simple Queries API

- [ ] TODO

#### Job API

- [ ] TODO

#### Graph Edges API

- [ ] `GET/_api/edges/{collection-id}` Read in- or outbound edges

#### Graph Traversal API

- [ ] `POST/_api/traversal` executes a traversal

### Database Management API implementations

#### Cluster API

- [ ] TODO

#### FOXX API

- [ ] TODO

#### Replication API

- [ ] TODO

0 comments on commit 940b5dd

Please sign in to comment.