You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ArangoDB
Hi all,
I am working on a real-time data analysis project. At front end dozens of crawlers send data to Arangodb. Storm reads data from Arangodb and finishes analysis jobs from back end.
I didn't find one by Googling though I am sure we don't have to reinvent same wheels. Does anybody know if there have existing Arangdb-spout:s or Arangodb-bolt:s? Thanks in advance.
Best Regards,
Alex
m...@arangodb.com
unread,
Sep 20, 2018, 4:56:25 AM9/20/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ArangoDB
Hi Alex,
I am not aware of any readily usable tools to connect Storm to ArangoDB directly, but I can also not imagine that it is difficult to do. I do not really understand in detail what you mean by spout:s and bolt:s. We have used Kafka ourselves for DC2DC replication but now also have a version without Kafka. Again, I do not think this is anything you can immediately use for your purposes.
Best regards,
Max
Alex Chew
unread,
Sep 20, 2018, 6:23:35 AM9/20/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ArangoDB
Hi Max,
Thanks for the reply.
Yes we can do that by ourselves and we will build one if nothing available. I guess I am lucky enough to find an existing one. :-D
Spout and bolt are Storm components which can finish specified jobs like reading data from a data storage.