Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A8069200CE6 for ; Fri, 15 Sep 2017 18:52:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A67801609D1; Fri, 15 Sep 2017 16:52:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EC1A91609C9 for ; Fri, 15 Sep 2017 18:52:04 +0200 (CEST) Received: (qmail 28751 invoked by uid 500); 15 Sep 2017 16:52:02 -0000 Mailing-List: contact dev-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list dev@manifoldcf.apache.org Received: (qmail 28738 invoked by uid 99); 15 Sep 2017 16:52:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Sep 2017 16:52:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 3C701C4788 for ; Fri, 15 Sep 2017 16:52:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.201 X-Spam-Level: X-Spam-Status: No, score=-99.201 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id p7nnmp7Fu3_y for ; Fri, 15 Sep 2017 16:52:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 5B6055FBE5 for ; Fri, 15 Sep 2017 16:52:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id D7C3EE0E3D for ; Fri, 15 Sep 2017 16:52:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3404B25385 for ; Fri, 15 Sep 2017 16:52:00 +0000 (UTC) Date: Fri, 15 Sep 2017 16:52:00 +0000 (UTC) From: "Piergiorgio Lucidi (JIRA)" To: dev@manifoldcf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CONNECTORS-1442) Initial implementation of the Alfresco BFSI Output Connector MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 15 Sep 2017 16:52:05 -0000 [ https://issues.apache.org/jira/browse/CONNECTORS-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16168169#comment-16168169 ] Piergiorgio Lucidi commented on CONNECTORS-1442: ------------------------------------------------ [~lcabaceira] thank you for your work and we are looking forward for your first patch to use in a dedicated branch of the project. > Initial implementation of the Alfresco BFSI Output Connector > ------------------------------------------------------------ > > Key: CONNECTORS-1442 > URL: https://issues.apache.org/jira/browse/CONNECTORS-1442 > Project: ManifoldCF > Issue Type: Task > Components: Alfresco BFSI Output Connector > Reporter: Piergiorgio Lucidi > Assignee: Piergiorgio Lucidi > Fix For: ManifoldCF 2.9 > > Original Estimate: 504h > Remaining Estimate: 504h > > Luis Cabaceira (Solutions Architect @ Alfresco) contacted me for contributing in the project with a brand new connector dedicated to massive contents migration against an Alfresco repository. > Alfresco provides a Bulk File System Import tool that allow to import contents written in its own format in the file system: > http://docs.alfresco.com/5.2/concepts/Bulk-Import-Tool.html > Basically binaries with also versions and metadata written in the Java Properties format. > The most important functionality provided by this tool is the in-place feature. > Using it you can import contents directly inside the content store of Alfresco in the file system and then import only nodes without the need to upload/stream binary contents. > This new ManifoldCF connector will convert and write all the crawled contents in the BFSI format in the remote file system. > In this way the extracted content can be dropped directly in the Alfresco content store and then running the BFSI tool the repository will import contents without uploading/streaming any binary. > This is important because the BFSI tool is developed and fully supported by Alfresco. > If some development will be required for adapting it with ManifoldCF, this will be done by Luis with also my support. -- This message was sent by Atlassian JIRA (v6.4.14#64029)