Hi team!
I want to develop a new destination plugin for ArangoDB. I checked the GitHub contributing address for creating a new plugin. I have seen that there is very good content, even videos about writing a source plugin, but unfortunately I couldn’t find much on the writing a destination plugin side.
How can I move forward? Is there a document or something else you can share with me? Thank you very much.
Hi! In which language would you like to write the plugin?
Sorry, I forgot to mention. I want to develop the plugin with GoLang. My main purpose is to save information from AWS and other cloud providers to ArangoDB collections. So far, I have actively used PostgreSQL and Gremlin destination plugins, and now we are switching to ArangoDB.
Got it. I think the best bet would be to look at the open source PostgreSQL and Gremlin destinations and adopt them to Arango.