Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index Management #32

Closed
inzanez opened this issue Aug 14, 2020 · 15 comments
Closed

Index Management #32

inzanez opened this issue Aug 14, 2020 · 15 comments

Comments

@inzanez
Copy link
Contributor

inzanez commented Aug 14, 2020

Hi

is there someone already working on index management?

@ManevilleF
Copy link
Contributor

https://www.arangodb.com/docs/stable/http/indexes-working-with.html#create-index
This feature should be implemented on the Collection module

@inzanez
Copy link
Contributor Author

inzanez commented Aug 14, 2020

Yes, that's what I planned to do. But if someone already started on that, it would be quite a waste of time doing the same :-)

@ManevilleF
Copy link
Contributor

ManevilleF commented Aug 14, 2020

I did not start, I only investigated to se if I could simply add the methods to Collection but the endpoints are not relative to collections so a new Indexstruct and implementation must be done and I don't have time for that :/ But I'll gladly help you if you want. for now I'll simply add some dirty fix to my project before contributing

@inzanez
Copy link
Contributor Author

inzanez commented Aug 14, 2020

Yes, it will be a bit more than that I guess. I‘ll start a PR soon on that.

@fMeow
Copy link
Owner

fMeow commented Aug 15, 2020

I am currently working on graph and haven't investigate into Index implementation yet.

Many thanks

@ManevilleF
Copy link
Contributor

@inzanez seeing you already made progress I'll wait for your pull request instead of trying to do a quick and dirty here

@inzanez
Copy link
Contributor Author

inzanez commented Aug 17, 2020

@inzanez seeing you already made progress I'll wait for your pull request instead of trying to do a quick and dirty here

Yes, I guess that makes sense. I should be finished with a first draft for review in the next few hours.

@inzanez inzanez closed this as completed Aug 20, 2020
@Weasy666
Copy link
Contributor

I am currently working on graph and haven't investigate into Index implementation yet.

Many thanks

@fMeow is it currently possible to create a graph with arangors?

@ManevilleF
Copy link
Contributor

is it currently possible to create a graph with arangors?

Are you talking about Named Graphs or simply edge traversal?

@Weasy666
Copy link
Contributor

Named Graphs, but if that is not possible, then edge traversal would propably also do. That would then be purely possible in AQL, as far as i could see.

@ManevilleF
Copy link
Contributor

It is possible in AQL, you can also use a ODM/OGM

@Weasy666
Copy link
Contributor

Do you maybe now how to create a Named Graph with AQL? I was not able to find a satisfying answer or example.

@ManevilleF
Copy link
Contributor

ManevilleF commented Nov 24, 2020

There is not, to create a named graph you need to use either:

  • arangosh
  • the web interface
  • the HTTP API

arangors uses the HTTP API and I don't think the graph creation is yet implemented but you can fork the project and make a pull request if you know how to make that feature. I'm looking into it as well in order to improve my own tool aragog based on arangors so I'll probably make a pull request in the future

@ManevilleF
Copy link
Contributor

@Weasy666 #47 has basic graph management

@Weasy666
Copy link
Contributor

Wow! That was fast 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants