You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Piergiorgio Lucidi (Jira)" <ji...@apache.org> on 2022/01/18 13:20:00 UTC

[jira] [Comment Edited] (CONNECTORS-1492) GSOC: Add support for Docker

    [ https://issues.apache.org/jira/browse/CONNECTORS-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17477740#comment-17477740 ] 

Piergiorgio Lucidi edited comment on CONNECTORS-1492 at 1/18/22, 1:19 PM:
--------------------------------------------------------------------------

I think that we should provide a ManifoldCF SDK in order to help developers building their own connectors and containers.

So being focused on an additional SDK module can be the right way to approach, this is also something that could help developers implementing custom connectors, I'm expecting something like the following:
 # Maven project to clone / download
 # An example of a custom connector is provided by default
 # Build the Connector JAR
 # Build the overlayed ManifoldCF webapp (light version) with the new connector
 # Build and deploy locally the container using Docker
 # Run the entire ManifoldCF docker containers (pulling the external ones PostgreSQL, Elastic and so on)

Recently I have successfully published similar SDK for Keycloak and Alfresco Process Services:

[https://github.com/OpenPj/alfresco-process-services-project-sdk]

[https://github.com/OpenPj/keycloak-docker-quickstart]

I think that I could start something similar for ManifoldCF :P

Then we also need another module dedicated to system administrators in order to correctly deploy ManifoldCF using containers, something like ManifoldCF Deployment SDK. I mean that we could provide:
 * Docker containers (with no proprietary libraries)
 * Docker files for building custom containers
 * Docker compose templates
 * Eventual cookbooks for providing different deployment scenarios

What do you think? 


was (Author: piergiorgiolucidi@gmail.com):
I think that we should provide a ManifoldCF SDK in order to help developers building their own connectors and containers.

So being focused on an additional SDK module can be the right way to approach, this is also something that could help developers implementing custom connectors, I'm expecting something like the following:
 # Maven project to clone / download
 # An example of a custom connector is provided by default
 # Build the Connector JAR
 # Build the overlayed ManifoldCF webapp (light version) with the new connector
 # Build and deploy locally the container using Docker
 # Run the entire ManifoldCF docker containers (pulling the external ones PostgreSQL, Elastic and so on)

Recently I have successfully published similar SDK for Keycloak and Alfresco Process Services:

[https://github.com/OpenPj/alfresco-process-services-project-sdk]

[https://github.com/OpenPj/keycloak-docker-quickstart]

I think that I could start something similar for ManifoldCF :P

What do you think? 

> GSOC: Add support for Docker
> ----------------------------
>
>                 Key: CONNECTORS-1492
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1492
>             Project: ManifoldCF
>          Issue Type: New Feature
>            Reporter: Piergiorgio Lucidi
>            Assignee: Piergiorgio Lucidi
>            Priority: Major
>              Labels: devops, docker, gsoc2018
>   Original Estimate: 240h
>  Remaining Estimate: 240h
>
> This is a project idea for [Google Summer of Code|https://summerofcode.withgoogle.com/] (GSOC).
> To discuss this or other ideas with your potential mentor from the Apache ManifoldCF project, sign up and post to the dev@manifoldcf.apache.org list, including "[GSOC]" in the subject. You may also comment on this Jira issue if you have created an account. 
> We would like to adopt Docker to provide ready to use images with preconfigured architecture stack for ManifoldCF. This will include ManifoldCF itself but also the related database that can be MySQL, PostgreSQL and so on.
> This will help developers to work and put in production a complete ManifoldCF installation.
> You will be involved in the development of the following tasks, you will learn how to:
>  * Write Docker files
>  * Write Docker Compose files
>  * Implement unit tests
>  * Build all the integration tests
>  * Write the documentation for new component
> We have a complete documentation about ManifioldCF:
> [https://manifoldcf.apache.org/release/release-2.9.1/en_US/concepts.html]
> Take a look at our book to understand better the framework and how to extend it in different ways:
> [https://github.com/DaddyWri/manifoldcfinaction/tree/master/pdfs]
>  
> Prospective GSOC mentor: [piergiorgio@apache.org|mailto:piergiorgio@apache.org]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)