1

I would like to crawl an amazon s3 bucket using manifold to relay the crawl to OpenSearchServer. I've seen other products carry an amazon S3 connector and I'm just wondering if there is a publicly available one for ManifoldCF.

Mdalz
  • 154
  • 12

2 Answers2

1

Currently manifold does not provide the Amazon S3 connector by default, available connectors by default.

How to write connectors

Beside, how to go about start writing connector i would suggest you to checkout source code from manifold svn, and look at how other connectors are written. Eg. Generic connectors, File System connectors are perfect examples of how you would write connectors.

kuhajeyan
  • 10,727
  • 10
  • 46
  • 71
  • Thanks for the reply. Would you be privy to any resources on how to write a custom connector? – Mdalz Jul 01 '15 at 13:55
1

Since Aug 27 there is one https://github.com/apache/manifoldcf/tree/trunk/connectors/amazons3

happy hacking!

Forth
  • 9,177
  • 2
  • 12
  • 8