-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Add Arango hook #17778
Comments
Would you be willing to add it ? I think if you have the need and use Rango, you might be the best person to add it . |
Hi, can I pick this up? |
Feel free |
@ashmeet13 Are you still working on this issue? I'm interested if you aren't working on it anymore |
Hi @mrbazzan, sorry should have updated here - I am not you can go ahead and pick this up. My bad. I did however start on this and you can find a bit of code that I had written here - https://github.com/ashmeet13/airflow/tree/arango-hook (Only 1 commit was made) Hope this helps! |
@ashmeet13 Oh... Thanks, that'll help. |
Hello @mrbazzan If this is still available, I would like to try! |
@vijaya-lakshmi-venkatraman |
@eladkal as discussed over slack, I will pick this up. |
@pateash can I know if you are working on documentation of Arango Hook, else I am interested to take it up. |
Hello @pateash I see you have documented the development work of Arango Hook. I would like to document the use cases of Arango Hook if it is ok. |
Sure, go ahead |
Hello. I tried comparing the structure of MongoDB's docs folder with ArangoDB's, it looked almost similar. But then we are able to see MongoDB in the official documentation of apache airflow whereas ArangoDB is not coming up. Is there anything exclusively to be done inorder to see Arango in the documentation https://airflow.apache.org/docs/? |
the docs are available here, I am looking into, why they are not available on main page. |
Because it has to be added manually - this is one of the few steps in process which is still manual and sometimes can be missed: PR here: apache/airflow-site#597 |
Any improvement in the automation there are welcome: The step is here:
|
Link is up on our website: https://airflow.apache.org/docs/ |
Thanks @potiuk |
Description
https://www.arangodb.com/ is a graph db much like Neo4j.
It has official python connector: https://github.com/ArangoDB-Community/python-arango
Use case / motivation
Using ArangoHook to interact with Arango.
Using ArangoOperator to run simple queries.
Possibly also ArangoAQLHook / ArangoAQLOperator to run AQL queries - not sure if it require separate hook/operator.
The text was updated successfully, but these errors were encountered: