SlideShare una empresa de Scribd logo
1 de 13
Descargar para leer sin conexión
Plone Goes Social


   Guido Stevens

       gyst #plone
   @GuidoStevens Twitter
Plone Goes Social

●   Why
    –   Social Business
●   What
    –   Demo
●   How
    –   Performance
    –   Philosophy
Social Business

●   $1.3 trillion value opportunity
    –   McKinsey study
    –   $ 1,300,000,000,000 per year
●   25% productivity increase
    –   replace email with social networking



    “We estimate that social technologies can
    raise the productivity of interaction workers by
    20 to 25% if they become fully networked
    enterprises”
Social Business

●   documents   →   people
●   structure   →   flow
●   hierarchy   →   network
Evolve or die

    Web 1.0                        Web 2.0
●   publish + read             ●   read/write
●   content management         ●   social networking
●   document tree              ●   activity stream
●   place-centric              ●   time-centric
●   global state               ●   personal perspectives
●   top-down control           ●   bottom-up sharing


    Plone out of the box           Bits & pieces
Demo
PloneSocial features

●   Microblog status updates
●   Activity stream view + portlet
    –   microblog status updates
    –   content creation
    –   plone.app.discussion comments
●   Social networking
    –   personal profile with follow/unfollow actions
    –   followers/following social graph views
    –   activity stream filtered by “following”
Installing plonesocial.suite

●   buildout.cfg
        [instance]
        eggs = Zope2
                 PIL
                 Plone
                 plonesocial.suite
●   Quick Installer
    –   Plonesocial Suite
●   No extra dependencies
        ●   only for demo content: plone.api + loremipsum
plonesocial.*

●   plonesocial.suite
    –   one-click installer
    –   integrates low-level building blocks:


●   plonesocial.microblog
●   plonesocial.activitystream
●   plonesocial.network


        planned:
●   plonesocial.like
ZODB Performance

●   Commit collisions
    –   out of the box: 10-20 commits/sec
●   Drop some ACID
    –   batched commits once per second
        ●   simple threading.Timer() without plone.app.async
    –   skip ZCatalog indexing
        ●   provide own indexes on time, author and tags
●   Writes > 1000 status updates /second
        ●   read performance scales horizontally, not an issue
Leverage upstream performance

●   ZODB BTrees
    –   C optimized dictionary interface
●   *BTree.intersection()
    –   fast Set operations
    –   filter by: tag, author, following
    –   killer feature for personalization
●   itertools.chain()
    –   merge microblog + ZCatalog results
PloneSocial philosophy

●   Native Plone
●   Full social experience
●   Pre-integrated one-click install
●   Flexible components
●   Scale down
●   Scale up
Get it!

●   Installation
    –   pypi: plonesocial.suite
●   Customization
    –   It's all just Plone
●   Extension
    –   https://github.com/cosent
         ●   you'll find all the plonesocial.* packages there
         ●   GPL licensed

Más contenido relacionado

Similar a Plone goes social

Plone at the University of Washington
Plone at the University of WashingtonPlone at the University of Washington
Plone at the University of Washington
mwinkle1
 
Android development - the basics, FI MUNI, 2012
Android development - the basics, FI MUNI, 2012Android development - the basics, FI MUNI, 2012
Android development - the basics, FI MUNI, 2012
Tomáš Kypta
 
CI and other tools for feature branch development
CI and other tools for feature branch developmentCI and other tools for feature branch development
CI and other tools for feature branch development
Yuriy Gerasimov
 

Similar a Plone goes social (20)

Plonesocial Roadmap PloneConf 2013
Plonesocial Roadmap PloneConf 2013Plonesocial Roadmap PloneConf 2013
Plonesocial Roadmap PloneConf 2013
 
Plone Intranet under the hood
Plone Intranet under the hoodPlone Intranet under the hood
Plone Intranet under the hood
 
Enterprise Griffon
Enterprise GriffonEnterprise Griffon
Enterprise Griffon
 
DocDoku: Using web technologies in a desktop application. OW2con'15, November...
DocDoku: Using web technologies in a desktop application. OW2con'15, November...DocDoku: Using web technologies in a desktop application. OW2con'15, November...
DocDoku: Using web technologies in a desktop application. OW2con'15, November...
 
DocDokuPLM presentation - OW2Con 2015 Community Award winner
DocDokuPLM presentation - OW2Con 2015 Community Award winnerDocDokuPLM presentation - OW2Con 2015 Community Award winner
DocDokuPLM presentation - OW2Con 2015 Community Award winner
 
Plone at the University of Washington
Plone at the University of WashingtonPlone at the University of Washington
Plone at the University of Washington
 
Building and Deploying MediaSalsa, an Open Source DAM as Saas platform
Building and Deploying MediaSalsa, an Open Source DAM as Saas platformBuilding and Deploying MediaSalsa, an Open Source DAM as Saas platform
Building and Deploying MediaSalsa, an Open Source DAM as Saas platform
 
Apache Airflow in the Cloud: Programmatically orchestrating workloads with Py...
Apache Airflow in the Cloud: Programmatically orchestrating workloads with Py...Apache Airflow in the Cloud: Programmatically orchestrating workloads with Py...
Apache Airflow in the Cloud: Programmatically orchestrating workloads with Py...
 
Android development - the basics, FI MUNI, 2012
Android development - the basics, FI MUNI, 2012Android development - the basics, FI MUNI, 2012
Android development - the basics, FI MUNI, 2012
 
Hacking for fun & profit - The Kubernetes Way - Demi Ben-Ari - Panorays
Hacking for fun & profit - The Kubernetes Way - Demi Ben-Ari - PanoraysHacking for fun & profit - The Kubernetes Way - Demi Ben-Ari - Panorays
Hacking for fun & profit - The Kubernetes Way - Demi Ben-Ari - Panorays
 
Introduction to git & github
Introduction to git & githubIntroduction to git & github
Introduction to git & github
 
Griffon for the Enterprise
Griffon for the EnterpriseGriffon for the Enterprise
Griffon for the Enterprise
 
Plone Intranet Consortium - united we stand, divided we fall
Plone Intranet Consortium - united we stand, divided we fallPlone Intranet Consortium - united we stand, divided we fall
Plone Intranet Consortium - united we stand, divided we fall
 
ICT4D course 2013 - Sugar
ICT4D course 2013 - SugarICT4D course 2013 - Sugar
ICT4D course 2013 - Sugar
 
Praes
PraesPraes
Praes
 
7 tools for your devops stack
7 tools for your devops stack7 tools for your devops stack
7 tools for your devops stack
 
Tutorius
TutoriusTutorius
Tutorius
 
CI and other tools for feature branch development
CI and other tools for feature branch developmentCI and other tools for feature branch development
CI and other tools for feature branch development
 
Everyone wants (someone else) to do it: writing documentation for open source...
Everyone wants (someone else) to do it: writing documentation for open source...Everyone wants (someone else) to do it: writing documentation for open source...
Everyone wants (someone else) to do it: writing documentation for open source...
 
Sps ottawa 2012 slides - "my SharePoint is a production platform! not facebook!"
Sps ottawa 2012 slides - "my SharePoint is a production platform! not facebook!"Sps ottawa 2012 slides - "my SharePoint is a production platform! not facebook!"
Sps ottawa 2012 slides - "my SharePoint is a production platform! not facebook!"
 

Más de Guido Stevens

Más de Guido Stevens (6)

Filter Bubbles - the discovery of tacit knowledge
Filter Bubbles - the discovery of tacit knowledgeFilter Bubbles - the discovery of tacit knowledge
Filter Bubbles - the discovery of tacit knowledge
 
Designing for Culture Change
Designing for Culture ChangeDesigning for Culture Change
Designing for Culture Change
 
The state of Plone Intranet
The state of Plone IntranetThe state of Plone Intranet
The state of Plone Intranet
 
Share content across subsites in Plone: cultact.subsite
Share content across subsites in Plone: cultact.subsiteShare content across subsites in Plone: cultact.subsite
Share content across subsites in Plone: cultact.subsite
 
High-performance high-availability Plone
High-performance high-availability PloneHigh-performance high-availability Plone
High-performance high-availability Plone
 
Door to door
Door to doorDoor to door
Door to door
 

Último

Último (20)

Free and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi IbrahimzadeFree and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
 
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
 
Top 10 Symfony Development Companies 2024
Top 10 Symfony Development Companies 2024Top 10 Symfony Development Companies 2024
Top 10 Symfony Development Companies 2024
 
Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024
 
AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101
 
IESVE for Early Stage Design and Planning
IESVE for Early Stage Design and PlanningIESVE for Early Stage Design and Planning
IESVE for Early Stage Design and Planning
 
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
 
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
 
Syngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdfSyngulon - Selection technology May 2024.pdf
Syngulon - Selection technology May 2024.pdf
 
WebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM PerformanceWebAssembly is Key to Better LLM Performance
WebAssembly is Key to Better LLM Performance
 
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdfLinux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
Linux Foundation Edge _ Overview of FDO Software Components _ Randy at Intel.pdf
 
ECS 2024 Teams Premium - Pretty Secure
ECS 2024   Teams Premium - Pretty SecureECS 2024   Teams Premium - Pretty Secure
ECS 2024 Teams Premium - Pretty Secure
 
Where to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdfWhere to Learn More About FDO _ Richard at FIDO Alliance.pdf
Where to Learn More About FDO _ Richard at FIDO Alliance.pdf
 
PLAI - Acceleration Program for Generative A.I. Startups
PLAI - Acceleration Program for Generative A.I. StartupsPLAI - Acceleration Program for Generative A.I. Startups
PLAI - Acceleration Program for Generative A.I. Startups
 
What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
 
Demystifying gRPC in .Net by John Staveley
Demystifying gRPC in .Net by John StaveleyDemystifying gRPC in .Net by John Staveley
Demystifying gRPC in .Net by John Staveley
 
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara Laskowska
 
Intro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджераIntro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджера
 

Plone goes social

  • 1. Plone Goes Social Guido Stevens gyst #plone @GuidoStevens Twitter
  • 2. Plone Goes Social ● Why – Social Business ● What – Demo ● How – Performance – Philosophy
  • 3. Social Business ● $1.3 trillion value opportunity – McKinsey study – $ 1,300,000,000,000 per year ● 25% productivity increase – replace email with social networking “We estimate that social technologies can raise the productivity of interaction workers by 20 to 25% if they become fully networked enterprises”
  • 4. Social Business ● documents → people ● structure → flow ● hierarchy → network
  • 5. Evolve or die Web 1.0 Web 2.0 ● publish + read ● read/write ● content management ● social networking ● document tree ● activity stream ● place-centric ● time-centric ● global state ● personal perspectives ● top-down control ● bottom-up sharing Plone out of the box Bits & pieces
  • 7. PloneSocial features ● Microblog status updates ● Activity stream view + portlet – microblog status updates – content creation – plone.app.discussion comments ● Social networking – personal profile with follow/unfollow actions – followers/following social graph views – activity stream filtered by “following”
  • 8. Installing plonesocial.suite ● buildout.cfg [instance] eggs = Zope2 PIL Plone plonesocial.suite ● Quick Installer – Plonesocial Suite ● No extra dependencies ● only for demo content: plone.api + loremipsum
  • 9. plonesocial.* ● plonesocial.suite – one-click installer – integrates low-level building blocks: ● plonesocial.microblog ● plonesocial.activitystream ● plonesocial.network planned: ● plonesocial.like
  • 10. ZODB Performance ● Commit collisions – out of the box: 10-20 commits/sec ● Drop some ACID – batched commits once per second ● simple threading.Timer() without plone.app.async – skip ZCatalog indexing ● provide own indexes on time, author and tags ● Writes > 1000 status updates /second ● read performance scales horizontally, not an issue
  • 11. Leverage upstream performance ● ZODB BTrees – C optimized dictionary interface ● *BTree.intersection() – fast Set operations – filter by: tag, author, following – killer feature for personalization ● itertools.chain() – merge microblog + ZCatalog results
  • 12. PloneSocial philosophy ● Native Plone ● Full social experience ● Pre-integrated one-click install ● Flexible components ● Scale down ● Scale up
  • 13. Get it! ● Installation – pypi: plonesocial.suite ● Customization – It's all just Plone ● Extension – https://github.com/cosent ● you'll find all the plonesocial.* packages there ● GPL licensed