-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial version of the prodverse site
- Loading branch information
0 parents
commit f43e3a3
Showing
14 changed files
with
1,675 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
target/ | ||
venv/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
--- | ||
template: overrides/home.html | ||
title: Material for MkDocs | ||
social: | ||
cards_layout_options: | ||
title: Documentation that simply works | ||
hide: | ||
- navigation | ||
- toc | ||
--- | ||
|
||
<style> | ||
.container { | ||
display: flex; | ||
flex: 1 1 0px; | ||
width: 100%; | ||
align-items: center; /* Aligns the image and text vertically */ | ||
} | ||
|
||
.image { | ||
width: 50%; | ||
padding-right: 20px; | ||
padding-left: 20px; | ||
/* center the image */ | ||
display: flex; | ||
justify-content: center; | ||
} | ||
|
||
.image img { | ||
max-height: 400px; | ||
} | ||
|
||
.text { | ||
width: 50%; | ||
padding-left: 20px; | ||
padding-right: 20px; | ||
font-size: 1.5em; | ||
} | ||
</style> | ||
|
||
<div class="container"> | ||
<div class="image"> | ||
<img src="/figures/prodverse.png"> | ||
</div> | ||
<div class="text"> | ||
<h1>prodverse</h1> | ||
<p> | ||
The prodverse is a toolbox for taking your data science projects to production. | ||
The ecosystem is built to help you and your team build, deploy, | ||
and maintain production-ready data products written with the R programming language. | ||
</p> | ||
</div> | ||
</div> | ||
|
||
--- | ||
|
||
## What is the prodverse exactly? | ||
|
||
The prodverse is a collection of tools and R packages that help you build, deploy, | ||
and maintain production-ready data products written with the R programming language. | ||
|
||
The goals of the prodverse are to: | ||
|
||
- **Make R scalable**: R is a great language for data science, but | ||
many times the tools to scale it to many users are missing. | ||
The prodverse aims to fill this gap. | ||
- **Make R ready for production**: R with Shiny and Plumber are amazing | ||
tools, but there are many things that are needed to make them production-ready. | ||
Authentication, logging, and replication are just a few of the things that | ||
the prodverse provides. | ||
- **No vendor lock-in**: The prodverse aims to provide a great experience | ||
anywhere you want to deploy your R applications. | ||
|
||
--- | ||
|
||
## Should I consider the prodverse over other tools? | ||
|
||
The prodverse is not for everyone. If you are looking for a tool that allows | ||
for one-click deployment and sharing of your R applications, then you should | ||
consider [Posit Connect](https://posit.co/products/enterprise/connect/). Posit | ||
Connect is a great tool for sharing your R applications with your data science | ||
team or your organization. | ||
|
||
If your data science team is not ready for a full-fledged data science platform | ||
like Posit Connect, or needs a more customized solution, then the prodverse | ||
might be a good fit for you. | ||
|
||
--- | ||
|
||
## Need help? | ||
|
||
If you need personalized consulting or support for your data science team | ||
please reach out to us at [ixpantia.com](https://www.ixpantia.com/en/contact-us). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
--- | ||
template: overrides/home.html | ||
title: Material for MkDocs | ||
social: | ||
cards_layout_options: | ||
title: Documentation that simply works | ||
hide: | ||
- navigation | ||
- toc | ||
--- | ||
|
||
<style> | ||
.container { | ||
display: flex; | ||
flex: 1 1 0px; | ||
width: 100%; | ||
align-items: center; /* Aligns the image and text vertically */ | ||
} | ||
|
||
.image { | ||
width: 50%; | ||
padding-right: 20px; | ||
padding-left: 20px; | ||
/* center the image */ | ||
display: flex; | ||
justify-content: center; | ||
} | ||
|
||
.image img { | ||
max-height: 400px; | ||
} | ||
|
||
.text { | ||
width: 50%; | ||
padding-left: 20px; | ||
padding-right: 20px; | ||
font-size: 1.5em; | ||
} | ||
</style> | ||
|
||
<div class="container"> | ||
<div class="image"> | ||
<img src="/figures/prodverse.png" alt="Descripción de la Imagen"> | ||
</div> | ||
<div class="text"> | ||
<h1>prodverse</h1> | ||
<p> | ||
El prodverse es una caja de herramientas para llevar tus proyectos de ciencia de datos a la producción. | ||
El ecosistema está construido para ayudarte a ti y a tu equipo a construir, desplegar, | ||
y mantener productos de datos listos para producción escritos con el lenguaje de programación R. | ||
</p> | ||
</div> | ||
</div> | ||
|
||
--- | ||
|
||
## ¿Qué es exactamente el prodverse? | ||
|
||
El prodverse es una colección de herramientas y paquetes de R que te ayudan a construir, desplegar, | ||
y mantener productos de datos listos para producción escritos con el lenguaje de programación R. | ||
|
||
Los objetivos del prodverse son: | ||
|
||
- **Hacer que R sea escalable**: R es un gran lenguaje para la ciencia de datos, pero | ||
muchas veces faltan las herramientas para escalarlo a muchos usuarios. | ||
El prodverse busca llenar este vacío. | ||
- **Preparar R para producción**: R con Shiny y Plumber son herramientas increíbles, | ||
pero hay muchas cosas que se necesitan para hacerlos listos para producción. | ||
Autenticación, registro y replicación son solo algunas de las cosas que | ||
proporciona el prodverse. | ||
- **Sin bloqueo de proveedor**: El prodverse tiene como objetivo proporcionar una gran experiencia | ||
en cualquier lugar donde quieras desplegar tus aplicaciones R. | ||
|
||
--- | ||
|
||
## ¿Debería considerar el prodverse sobre otras herramientas? | ||
|
||
El prodverse no es para todos. Si estás buscando una herramienta que permita | ||
el despliegue y la compartición de tus aplicaciones R con un solo clic, entonces deberías | ||
considerar [Posit Connect](https://posit.co/products/enterprise/connect/). Posit | ||
Connect es una gran herramienta para compartir tus aplicaciones R con tu equipo de ciencia de datos o tu organización. | ||
|
||
Si tu equipo de ciencia de datos no está listo para una plataforma de ciencia de datos completamente desarrollada | ||
como Posit Connect, o necesita una solución más personalizada, entonces el prodverse | ||
podría ser una buena opción para ti. | ||
|
||
--- | ||
|
||
## ¿Necesitas ayuda? | ||
|
||
Si necesitas consultoría personalizada o soporte para tu equipo de ciencia de datos | ||
por favor contáctanos en [ixpantia.com](https://www.ixpantia.com/es/contacto). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.