Nuxeo: Difference between revisions
→Product history: Remove trade awards that lack notability and coverage by secondary sources. |
|||
(160 intermediate revisions by 82 users not shown) | |||
Line 1: | Line 1: | ||
{{Short description|Content management system}} |
|||
{{ Infobox Software |
|||
{{Use dmy dates|date=July 2023}} |
|||
| name = Nuxeo |
|||
{{Infobox software |
|||
| logo = |
|||
| |
| name = Nuxeo |
||
| logo = Nuxeo_Logo.png |
|||
| latest release version = 5.1.6 |
|||
| developer = Nuxeo |
|||
| latest release date = {{release date|2008|10|08}} |
|||
| latest release version = LTS 2023 |
|||
| operating system = [[Cross-platform]] |
|||
| latest release date = {{Start date and age|2023|07|17|df=yes}}<ref>{{Cite web |title=Nuxeo Server LTS 2023 Release Notes |url=https://doc.nuxeo.com/nxdoc/nuxeo-server-release-notes/ |access-date=2023-07-21 |website=Nuxeo Documentation |language=en}}</ref> |
|||
| genre = [[Enterprise Content Management|ECM]] |
|||
| repo = {{URL|https://github.com/nuxeo/nuxeo}} |
|||
| license = [[LGPL]] |
|||
| programming language = [[Java (programming language)|Java]] |
|||
| website = http://www.nuxeo.org/ |
|||
| operating system = [[Cross-platform]] |
|||
| genre = [[Content management system]]s |
|||
| license = [[Apache 2.0]] |
|||
| website = https://www.nuxeo.com/ |
|||
}} |
}} |
||
'''Nuxeo''' is a software company making an [[Open-source software|open source]] [[content management system]]. |
|||
'''Nuxeo''' is a comprehensive [[free software]] / [[open source]] [[Enterprise Content Management]] (ECM) platform. It has been designed to be robust, scalable and highly extensible, by using modern open source [[Java Platform, Enterprise Edition|Java EE]] technologies, such as: the [[Content repository API for Java|JCR]], [[JavaServer Faces|JSF]], [[Enterprise JavaBean|EJB3]], [[JBoss Seam]], [[OSGi]], and a [[Service Oriented Architecture|Service Oriented Approach]]. It can be used to develop both web-based server applications and [[Rich Client Platform|Rich Client]] applications. |
|||
==Corporate history== |
|||
It currently covers the following functions of the ECM spectrum: |
|||
Nuxeo was founded in the year 2000 by Stefane Fermigier. Eric Barroca became the CEO and Director of the management Board in December 2008. Sometime around 2005, Nuxeo went through a technology re-architecture and developed a base content management framework on the Java environment. The digital asset management product was officially launched in February 2010, although it went into public beta in December 2009, and since then it has found a wide base of interest both in Europe and North America.<ref>{{Citation |title= An interview with Cheryl McKinnon, Chief Marketing Officer of Nuxeo | journal = Journal of Digital Asset Management |date= June 2010 | volume = 6 | number = 3 |pages=159–165 |url= http://www.palgrave-journals.com/dam/journal/v6/n3/full/dam201012a.html | publisher = Palgrave| doi = 10.1057/dam.2010.12 | s2cid = 62203951 | last1 = McKinnon | first1 = Cheryl | doi-access = free }}.</ref> |
|||
== Nuxeo Content Platform == |
|||
* [[Document management system|Document management]] |
|||
Nuxeo Content Platform is an [[Open-source software|open source]] [[Enterprise content management|Enterprise Content Management]] platform, written in [[Java (programming language)|Java]]. Data can be stored in both SQL & NoSQL databases. |
|||
* [[Computer supported cooperative work|Collaborative Work]] |
|||
* [[Business process management]] (workflow) |
|||
* [[Compliance (regulation)|Compliance]] |
|||
* [[Records management]] |
|||
* [[Digital asset management]] (DAM) |
|||
The development of the Nuxeo Content Platform is mostly done by Nuxeo employees with an open development model. |
|||
== History == |
|||
The Nuxeo project was announced in September 2007 as a complete rewrite of the [[Nuxeo CPS]] platform and a migration from [[Zope]] and [[Python (programming language)|Python]] to Java EE technologies<ref>[http://www.infoq.com/news/nuxeo-zope-java-migration On migrating from Python & Zope to Java with EJB 3 & JBoss SEAM], InfoQ, 26 September 2006</ref>. |
|||
The source code, documentation, roadmap, issue tracker, testing, benchmarks are all public. |
|||
The first stable version, Nuxeo 5.0, was released in February 2007<ref>[http://www.nuxeo.org/sections/news/release-nuxeo-ep-5-0-0 Release: Nuxeo EP 5.0.0 GA aka "New Orleans"], nuxeo.org, 20 February 2007</ref>. |
|||
=== Applications === |
|||
The current stable version, Nuxeo 5.1, was released in August 2007<ref>[http://www.cmswire.com/cms/enterprise-cms/update-nuxeo-unwraps-enterprise-cms-v51-001661.php UPDATE: Nuxeo Unwraps Enterprise CMS v5.1], CMSWire, 7 September 2007</ref>. |
|||
Typically, Nuxeo users build different types of information management for [[document management]], [[Case management (USA health system)|case management]], and [[digital asset management]] use cases. It uses schema-flexible metadata & content models that allows content to be repurposed to fulfill future use cases. |
|||
=== Architecture === |
|||
The next version of Nuxeo, Nuxeo EP 5.2, is under active development and scheduled for release in Q1 2009. |
|||
Nuxeo Content Platform is a set of [[server-side]] and [[client-side]] software artifacts and tools that allow users to build, operate and maintain customized content management applications. The platform is composed of several layers: |
|||
* '''Nuxeo Runtime:''' The underlying [[Component-based software engineering#Models|component model]] that is used to declare, configure, test and activate services |
|||
== Architecture == |
|||
* '''Nuxeo Core:''' The document repository providing schema management, [[Create, read, update and delete|CRUD]], indexing & query. Implementation can rely on [[SQL]] or [[NoSQL]] depending on the use cases. |
|||
The Nuxeo platform has the following parts: |
|||
* '''Nuxeo Services:''' A set of document-related services that can be added on top of Nuxeo Core |
|||
* '''Nuxeo Runtime''': this layer allows the whole platform to be easily deployed on different Java application containers (a Java EE 5 application server, an OSGi container such as Eclipse, etc.). It features a plug-in mechanism that any component can use to declare extension points that can be used by other components to extend the former one. |
|||
** [[Workflow]]s, annotations, conversions, renditions... |
|||
* '''Nuxeo Core''': an embeddable document management core that provides the necessary low-level services to define, store, manage, audit and query content. |
|||
* '''Client Libs:''' Client-side libraries encapsulating the server REST API |
|||
* '''Nuxeo Service Platform (SP)''': provides high-level content management services, including: indexing and search, workflow, relations, transformation, audit, etc. These services are provided to remote clients using several distributed computing protocols, such as [[Enterprise Java Bean|EJB]] remoting, RESTful and SOAP web services. |
|||
** Java, [[JavaScript]], [[Python (programming language)|Python]], [[C Sharp (programming language)|C#]], [[PHP]]... |
|||
* '''Nuxeo Enterprise Platform (EP)''': a web application framework built on top of Nuxeo SP, deployed in a Java EE 5 application server. |
|||
* ''' |
* '''Client SDKs:''' UI components and pre-built UI for various platforms |
||
** Nuxeo Elements for [[Web Components]] and WebUI |
|||
* '''Nuxeo WebEngine''': a lightweight content-centric web framework to quickly build and deliver next generation content-oriented web applications. |
|||
** Nuxeo Mobile for mobile devices |
|||
** Nuxeo Drive for filesystem synchronization |
|||
The Nuxeo Content Platform is based on a configurable and extendable component model. |
|||
== Awards == |
|||
* 2007 |
|||
** Red Herring 100 Europe Winner<ref>[http://www.herringevents.com/vme07/vme_100_winners.pdf Red Herring Reveals Companies Selected for the Red Herring 100 Europe 2007], 19 March 2007</ref>. |
|||
** Jax Innovation Awards Nominee <ref>[http://jax-award.de/jax_award/nominierung_eng.php List of JAX Awards 2007 Nominees], jax-awards.de</ref>. |
|||
Using an [[Open-source model|open source development model]], Nuxeo provides a subscription program with software maintenance, technical support, and customization tools. Nuxeo Content Platform can be deployed on-premises or in the cloud via services like Nuxeo Studio to deliver cloud content management services. |
|||
* 2008 |
|||
** Eureka: the Nuxeo project was awarded by the Eureka European R&D programme. |
|||
** "PM'UP": Nuxeo was awarded by the Paris Region for its contribution for economic development. |
|||
=== Performance === |
|||
* 2009 |
|||
Nuxeo Benchmarks are available.<ref>{{Cite web|url=https://benchmarks.nuxeo.com/|title=Nuxeo Benchmarks · Nuxeo Benchmarks|website=benchmarks.nuxeo.com|access-date=2019-06-14}}</ref> |
|||
** Intelligent Enterprise 2009 Editors' Choice Awards <ref>[http://www.intelligententerprise.com/showArticle.jhtml?articleID=212800112&pgno=6 List of Intelligent Enterprise 2009 Companies to Watch]</ref>. |
|||
== |
== Product history == |
||
2006: |
|||
* Press and media |
|||
** [[Agence France-Presse]] |
|||
** [[Press Association]] |
|||
** [[TF1 Group]] |
|||
* Defense |
|||
** French Ministry of Defense |
|||
* Energy |
|||
** [[GDF Suez]] |
|||
** [[IRSN]] |
|||
* Industry |
|||
** Nissan |
|||
* Retail |
|||
** [[Leroy Merlin]] |
|||
** Etam |
|||
* Finance and postal services |
|||
** [[La Poste (France)|La Poste]] |
|||
* Education |
|||
* CPS becomes Nuxeo Platform:<ref>{{Cite web|url=http://www.contenthere.net/2006/09/nuxeo-cps-switching-to-java_26.html|title=Nuxeo CPS Switching to Java|last=Gottlieb|first=Seth|access-date=2019-06-14}}</ref> |
|||
==References== |
|||
** full rebuild from Python/Zope to Java/JEE |
|||
{{reflist}} |
|||
** Use of Apache JackRabbit as the main storage backend |
|||
2008: |
|||
* Eric Barroca became the CEO and Director of the Management Board<ref>{{Cite web|url=https://www.cmswire.com/cms/enterprise-cms/nuxeo-enterprise-cms-updates-new-products-and-a-new-blog-003669.php|title=Nuxeo: Enterprise CMS Updates, New Products and A New Blog|website=CMSWire.com|language=en|access-date=2019-06-14}}</ref> |
|||
* Series A Funding: $2.6 million from OTC Asset Management<ref>{{Cite web|url=https://www.bizjournals.com/boston/blog/mass-high-tech/2010/06/open-source-content-management-firm-nuxeo.html|title=Open-source content management firm Nuxeo lands $3.3M|website=bizjournals.com|access-date=2019-06-14}}</ref> |
|||
* Native SQL Storage and REST API<ref>{{Cite web|url=https://dzone.com/articles/first-release-nuxeo-webengine|title=First Release of Nuxeo WebEngine - DZone|website=dzone.com|language=en|access-date=2019-06-14}}</ref> |
|||
** clean and scalable SQL backend with Visual Content Store |
|||
** introduces WebEngine (JAX-RS + Freemarker) |
|||
2009: |
|||
* Distributions: 3 distributions of the platform are created: Document Management, Digital Asset Management, and Case Management |
|||
2010: |
|||
* Series A Funding: $3.3 million from OTC Asset Management<ref>{{Cite web|url=https://techcrunch.com/2010/06/24/nuxeo-scores-another-e2-7-million-from-otc-asset-management/|title=Nuxeo scores another €2.7 million from OTC Asset Management|website=TechCrunch|language=en-US|access-date=2019-06-14}}</ref> |
|||
* Introduces Nuxeo Studio: a graphical interface where users can define business objects, types of content, workflows, taxonomy, and user experience. This is the first version of the online configuration IDE (Nuxeo Studio)<ref>{{Cite web|url=http://fermigier.com/blog/2011/01/nuxeo-studio-2-0-available/|title=Nuxeo Studio 2.0 available - Stefane Fermigier|website=fermigier.com|access-date=2019-06-14}}</ref> |
|||
* Nuxeo deploys the Nuxeo Marketplace to share Nuxeo Platform add-ons<ref>{{Cite web|url=https://www.cmswire.com/cms/enterprise-cms/nuxeo-launches-enterprise-cms-app-store-updates-ep-and-dm-products-009106.php|title=Nuxeo Launches Enterprise CMS App Store, Updates EP and DM Products|website=CMSWire.com|language=en|access-date=2019-06-14}}</ref> |
|||
* Introduces CMIS compliance<ref>{{Cite web|url=https://www.infoq.com/news/2010/11/nuxeo_update/|title=Nuxeo Introduces Plug-in Marketplace, CMIS Support to its Enterprise Content Management Offerings|website=InfoQ|access-date=2019-06-14}}</ref> |
|||
2011: |
|||
* Introduces Nuxeo Cloud 1.0<ref>{{Cite web|url=https://www.cmscritic.com/nuxeo-introduces-their-cloud-platform-for-ecm/|title=Nuxeo introduces their Cloud Platform for ECM|date=2011-10-18|website=CMS Critic|language=en-US|access-date=2019-06-14}}</ref> |
|||
** Host Nuxeo on AWS leveraging S3 and RDS |
|||
** Native Mobile SDKs for iOS and Android |
|||
2012: |
|||
* Enters the US market |
|||
* Introduces Content Routing: a new workflow engine based on Nuxeo technologies<ref>{{Cite web|url=https://www.cmswire.com/cms/information-management/nuxeo-world-2012-content-routing-and-process-automation-nxw12-017979.php|title=Nuxeo World 2012: Content Routing and Process Automation #NxW12|website=CMSWire.com|language=en|access-date=2019-06-14}}</ref> |
|||
2013: |
|||
* Series A Funding: $3.8 million from OTC Asset Management & OTC Extend<ref>{{Cite web|url=http://fortune.com/2013/09/12/venture-capital-deals-406/|title=Venture capital deals|website=Fortune|language=en|access-date=2019-06-14}}</ref> |
|||
* Introduces the Nuxeo Mobile App<ref>{{Cite web|url=https://www.cmswire.com/cms/document-management/nuxeo-mobile-debuts-native-apps-on-ios-android-apis-for-hybrid-app-development-020304.php|title=Nuxeo Mobile Debuts Native Apps on iOS + Android, APIs for Hybrid App Development|website=CMSWire.com|language=en|access-date=2019-06-14}}</ref> |
|||
* Introduces Nuxeo Drive to handle local file system replication<ref>{{Cite web|url=https://www.cmswire.com/cms/information-management/nuxeo-56-launches-with-adaptive-workflow-desktop-synchronization-017253.php|title=Nuxeo 5.6 Launches with Adaptive Workflow, Desktop Synchronization|website=CMSWire.com|language=en|access-date=2019-06-14}}</ref> |
|||
** REST API for Document access |
|||
** Integrate Redis |
|||
2014: |
|||
* Moves Headquarters to New York, NY<ref>{{Cite web|url=https://www.cmswire.com/cms/enterprise-cms/nuxeos-expanding-from-the-valley-to-the-alley-014139.php|title=Nuxeo's Expanding from the Valley to the Alley|website=CMSWire.com|language=en|access-date=2019-06-14}}</ref> |
|||
* Integrates NoSQL technologies: MongoDB<ref>{{Cite web|url=https://www.cmswire.com/cms/big-data/nuxeo-platform-integrates-mongodb-mongodbworld-025655.php|title=Nuxeo Platform Integrates MongoDB #MongoDBWorld|website=CMSWire.com|language=en|access-date=2019-06-14}}</ref> |
|||
* Introduces Nuxeo.io: An on-demand container-based hosting<ref>{{Cite web|url=https://www.cmscritic.com/nuxeo-unveils-beta-of-their-new-hosting-service-nuxeo-io/|title=Nuxeo Rolls Out Beta of Hosting Service Nuxeo.io|date=2014-06-03|website=CMS Critic|language=en-US|access-date=2019-06-14}}</ref> |
|||
2015: |
|||
* Integrates NoSQL technologies: Elasticsearch<ref>{{Cite web|url=https://www.elastic.co/blog/nuxeo-search-and-lucene-oh-my|title=Nuxeo, Search and Lucene, Oh My!|date=2015-12-14|website=Elastic Blog|language=en-us|access-date=2019-06-14}}</ref> |
|||
2016: |
|||
* New funding of $30 Million from Goldman Sachs & Kennett Partners<ref>{{Cite web|url=https://www.martechadvisor.com/news/asset-management/digital-content-solutions-provider-nuxeo-raises-20-million-from-goldman-sachs/|title=Digital Content Solutions Provider, Nuxeo, Raises $20 Million from Goldman Sachs|website=martechadvisor.com|language=en|access-date=2019-06-14}}</ref> |
|||
* Acquisition of Inevo<ref>{{Cite web|url=http://www.kmworld.com/Articles/News/News/Nuxeo-Snaps-Up-3D-Content-Management-Software-Company-InEvo-112284.aspx|title=Nuxeo Snaps Up 3D Content Management Software Company InEvo|date=2016-07-13|website=kmworld.com|language=en-US|access-date=2019-06-14}}</ref> |
|||
* UI migrates to WebComponents<ref>{{Cite web|url=http://www.kmworld.com/Articles/News/News/Nuxeo-Releases-New-Responsive-Web-UI-119592.aspx|title=Nuxeo Releases New Responsive Web UI|date=2017-07-27|website=kmworld.com|language=en-US|access-date=2019-06-14}}</ref> |
|||
2017: |
|||
* Launches Nuxeo Content Cloud: a new version of the Nuxeo Cloud offering and a ReactNative mobile application |
|||
* Enters the Gartner Magic Quadrant for Content Services Platforms<ref>{{Cite web|url=http://www.cms-connected.com/News-Archive/October-2017/Gartner-MQ-for-Content-Services-Platform-CSP|title=A Closer Look at Gartner's MQ for Content Services Platforms (CSP)|website=CMSC|language=en-US|access-date=2019-06-14}}</ref> |
|||
2018: |
|||
* Opens offices in Tokyo, Japan<ref>{{Cite web|url=https://martechseries.com/content/digi-asset-mgmt/nuxeo-opens-office-in-japan-to-meet-increasing-demand-for-content-services-platforms/|title=Nuxeo Opens Office in Japan to Meet Demand for Content Services|date=2018-02-28|website=MarTechSeries|language=en-US|access-date=2019-06-14}}</ref> |
|||
* CAAS and AI<ref>{{Cite web|url=https://www.cmswire.com/information-management/a-vision-for-the-future-of-content-management-chris-mclaughlin-of-nuxeo/|title=A Vision for the Future of Content Management: Chris McLaughlin of Nuxeo|website=CMSWire.com|language=en|access-date=2019-06-14}}</ref> |
|||
** Production-grade deployments on K8S and Openshift |
|||
** Integrates AI services |
|||
2021 |
|||
*Acquisition of Nuxeo by [[Hyland Software|Hyland]],<ref>{{Cite web |title=hyland-completes-acquisition-of-nuxeo |url=https://www.hyland.com/en/company/newsroom/hyland-completes-acquisition-of-nuxeo |access-date=2024-12-02 |website=www.hyland.com |language=en-us}}</ref> following Hyland’s acquisition of [[Alfresco Software|Alfresco]] in 2020. |
|||
==See also== |
==See also== |
||
{{ |
{{Portal|Free and open-source software}} |
||
* [[Comparison of content management systems]] |
* [[Comparison of content management systems]] |
||
* [[List of collaborative software]] |
* [[List of collaborative software]] |
||
== |
==References== |
||
{{Reflist}} |
|||
* [http://www.nuxeo.org/ Nuxeo community site] |
|||
* [http://www.nuxeo.com/en/ Nuxeo corporate site] |
|||
* Source code: [http://hg.nuxeo.org/ Mercurial repository], [http://trac.nuxeo.org/ Trac source code browser] |
|||
* [http://doc.nuxeo.org/ Documentation] |
|||
[[Category: |
[[Category:Document management systems]] |
||
[[Category:content management systems]] |
[[Category:Free content management systems]] |
||
[[Category:Java platform software]] |
[[Category:Java platform software]] |
||
[[de:Nuxeo EP]] |
|||
[[es:Nuxeo]] |
|||
[[fr:Nuxeo EP]] |
|||
[[it:Nuxeo EP]] |
|||
[[pt:Nuxeo]] |
|||
[[ru:Nuxeo]] |
Latest revision as of 03:04, 8 January 2025
Developer(s) | Nuxeo |
---|---|
Stable release | LTS 2023
/ 17 July 2023[1] |
Repository | github |
Written in | Java |
Operating system | Cross-platform |
Type | Content management systems |
License | Apache 2.0 |
Website | https://www.nuxeo.com/ |
Nuxeo is a software company making an open source content management system.
Corporate history
[edit]Nuxeo was founded in the year 2000 by Stefane Fermigier. Eric Barroca became the CEO and Director of the management Board in December 2008. Sometime around 2005, Nuxeo went through a technology re-architecture and developed a base content management framework on the Java environment. The digital asset management product was officially launched in February 2010, although it went into public beta in December 2009, and since then it has found a wide base of interest both in Europe and North America.[2]
Nuxeo Content Platform
[edit]Nuxeo Content Platform is an open source Enterprise Content Management platform, written in Java. Data can be stored in both SQL & NoSQL databases.
The development of the Nuxeo Content Platform is mostly done by Nuxeo employees with an open development model.
The source code, documentation, roadmap, issue tracker, testing, benchmarks are all public.
Applications
[edit]Typically, Nuxeo users build different types of information management for document management, case management, and digital asset management use cases. It uses schema-flexible metadata & content models that allows content to be repurposed to fulfill future use cases.
Architecture
[edit]Nuxeo Content Platform is a set of server-side and client-side software artifacts and tools that allow users to build, operate and maintain customized content management applications. The platform is composed of several layers:
- Nuxeo Runtime: The underlying component model that is used to declare, configure, test and activate services
- Nuxeo Core: The document repository providing schema management, CRUD, indexing & query. Implementation can rely on SQL or NoSQL depending on the use cases.
- Nuxeo Services: A set of document-related services that can be added on top of Nuxeo Core
- Workflows, annotations, conversions, renditions...
- Client Libs: Client-side libraries encapsulating the server REST API
- Java, JavaScript, Python, C#, PHP...
- Client SDKs: UI components and pre-built UI for various platforms
- Nuxeo Elements for Web Components and WebUI
- Nuxeo Mobile for mobile devices
- Nuxeo Drive for filesystem synchronization
The Nuxeo Content Platform is based on a configurable and extendable component model.
Using an open source development model, Nuxeo provides a subscription program with software maintenance, technical support, and customization tools. Nuxeo Content Platform can be deployed on-premises or in the cloud via services like Nuxeo Studio to deliver cloud content management services.
Performance
[edit]Nuxeo Benchmarks are available.[3]
Product history
[edit]2006:
- CPS becomes Nuxeo Platform:[4]
- full rebuild from Python/Zope to Java/JEE
- Use of Apache JackRabbit as the main storage backend
2008:
- Eric Barroca became the CEO and Director of the Management Board[5]
- Series A Funding: $2.6 million from OTC Asset Management[6]
- Native SQL Storage and REST API[7]
- clean and scalable SQL backend with Visual Content Store
- introduces WebEngine (JAX-RS + Freemarker)
2009:
- Distributions: 3 distributions of the platform are created: Document Management, Digital Asset Management, and Case Management
2010:
- Series A Funding: $3.3 million from OTC Asset Management[8]
- Introduces Nuxeo Studio: a graphical interface where users can define business objects, types of content, workflows, taxonomy, and user experience. This is the first version of the online configuration IDE (Nuxeo Studio)[9]
- Nuxeo deploys the Nuxeo Marketplace to share Nuxeo Platform add-ons[10]
- Introduces CMIS compliance[11]
2011:
- Introduces Nuxeo Cloud 1.0[12]
- Host Nuxeo on AWS leveraging S3 and RDS
- Native Mobile SDKs for iOS and Android
2012:
- Enters the US market
- Introduces Content Routing: a new workflow engine based on Nuxeo technologies[13]
2013:
- Series A Funding: $3.8 million from OTC Asset Management & OTC Extend[14]
- Introduces the Nuxeo Mobile App[15]
- Introduces Nuxeo Drive to handle local file system replication[16]
- REST API for Document access
- Integrate Redis
2014:
- Moves Headquarters to New York, NY[17]
- Integrates NoSQL technologies: MongoDB[18]
- Introduces Nuxeo.io: An on-demand container-based hosting[19]
2015:
- Integrates NoSQL technologies: Elasticsearch[20]
2016:
- New funding of $30 Million from Goldman Sachs & Kennett Partners[21]
- Acquisition of Inevo[22]
- UI migrates to WebComponents[23]
2017:
- Launches Nuxeo Content Cloud: a new version of the Nuxeo Cloud offering and a ReactNative mobile application
- Enters the Gartner Magic Quadrant for Content Services Platforms[24]
2018:
- Opens offices in Tokyo, Japan[25]
- CAAS and AI[26]
- Production-grade deployments on K8S and Openshift
- Integrates AI services
2021
See also
[edit]References
[edit]- ^ "Nuxeo Server LTS 2023 Release Notes". Nuxeo Documentation. Retrieved 21 July 2023.
- ^ McKinnon, Cheryl (June 2010), "An interview with Cheryl McKinnon, Chief Marketing Officer of Nuxeo", Journal of Digital Asset Management, 6 (3), Palgrave: 159–165, doi:10.1057/dam.2010.12, S2CID 62203951.
- ^ "Nuxeo Benchmarks · Nuxeo Benchmarks". benchmarks.nuxeo.com. Retrieved 14 June 2019.
- ^ Gottlieb, Seth. "Nuxeo CPS Switching to Java". Retrieved 14 June 2019.
- ^ "Nuxeo: Enterprise CMS Updates, New Products and A New Blog". CMSWire.com. Retrieved 14 June 2019.
- ^ "Open-source content management firm Nuxeo lands $3.3M". bizjournals.com. Retrieved 14 June 2019.
- ^ "First Release of Nuxeo WebEngine - DZone". dzone.com. Retrieved 14 June 2019.
- ^ "Nuxeo scores another €2.7 million from OTC Asset Management". TechCrunch. Retrieved 14 June 2019.
- ^ "Nuxeo Studio 2.0 available - Stefane Fermigier". fermigier.com. Retrieved 14 June 2019.
- ^ "Nuxeo Launches Enterprise CMS App Store, Updates EP and DM Products". CMSWire.com. Retrieved 14 June 2019.
- ^ "Nuxeo Introduces Plug-in Marketplace, CMIS Support to its Enterprise Content Management Offerings". InfoQ. Retrieved 14 June 2019.
- ^ "Nuxeo introduces their Cloud Platform for ECM". CMS Critic. 18 October 2011. Retrieved 14 June 2019.
- ^ "Nuxeo World 2012: Content Routing and Process Automation #NxW12". CMSWire.com. Retrieved 14 June 2019.
- ^ "Venture capital deals". Fortune. Retrieved 14 June 2019.
- ^ "Nuxeo Mobile Debuts Native Apps on iOS + Android, APIs for Hybrid App Development". CMSWire.com. Retrieved 14 June 2019.
- ^ "Nuxeo 5.6 Launches with Adaptive Workflow, Desktop Synchronization". CMSWire.com. Retrieved 14 June 2019.
- ^ "Nuxeo's Expanding from the Valley to the Alley". CMSWire.com. Retrieved 14 June 2019.
- ^ "Nuxeo Platform Integrates MongoDB #MongoDBWorld". CMSWire.com. Retrieved 14 June 2019.
- ^ "Nuxeo Rolls Out Beta of Hosting Service Nuxeo.io". CMS Critic. 3 June 2014. Retrieved 14 June 2019.
- ^ "Nuxeo, Search and Lucene, Oh My!". Elastic Blog. 14 December 2015. Retrieved 14 June 2019.
- ^ "Digital Content Solutions Provider, Nuxeo, Raises $20 Million from Goldman Sachs". martechadvisor.com. Retrieved 14 June 2019.
- ^ "Nuxeo Snaps Up 3D Content Management Software Company InEvo". kmworld.com. 13 July 2016. Retrieved 14 June 2019.
- ^ "Nuxeo Releases New Responsive Web UI". kmworld.com. 27 July 2017. Retrieved 14 June 2019.
- ^ "A Closer Look at Gartner's MQ for Content Services Platforms (CSP)". CMSC. Retrieved 14 June 2019.
- ^ "Nuxeo Opens Office in Japan to Meet Demand for Content Services". MarTechSeries. 28 February 2018. Retrieved 14 June 2019.
- ^ "A Vision for the Future of Content Management: Chris McLaughlin of Nuxeo". CMSWire.com. Retrieved 14 June 2019.
- ^ "hyland-completes-acquisition-of-nuxeo". www.hyland.com. Retrieved 2 December 2024.