cancel
Showing results for 
Search instead for 
Did you mean: 

import document and meta data without talend

yanock
Champ in-the-making
Champ in-the-making
hello everybody!

I am on alfresco 3.3

I would like to integrate data and meta data

The volume is very huge

I need to developp it on ODI (oracle data integrator) so i want to do it with jython

if anyone have an exemple…

thank's
1 REPLY 1

mdutoo
Champ on-the-rise
Champ on-the-rise
The more flexible and high-volume optimized solution is to develop a client to Alfresco ETL Connector server-side extension, which means sending Alfresco ACP XML over REST and handling per-document return codes.

See architecture details at the bottom of the README :

<a href="https://github.com/OpenWide-SI/alfresco-etl-connector">https://github.com/OpenWide-SI/alfresco-etl-connector</a>

Otherwise, you can develop custom webscripts adapted to your specific needs, and call them using REST HTTP (using Jython and ODI if you want).