This is an automated email from the ASF dual-hosted git repository. mauriciostekl pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite-website.git
commit 2c66e81c77448ae3bce73ce0437f4117546702e3 Author: Mauricio Stekl <[email protected]> AuthorDate: Tue Aug 31 18:15:15 2021 -0300 added 2 new videos as use cases --- use-cases/provenusecases.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/use-cases/provenusecases.html b/use-cases/provenusecases.html index 73b4d6d..612d294 100644 --- a/use-cases/provenusecases.html +++ b/use-cases/provenusecases.html @@ -144,7 +144,22 @@ under the License. <iframe width="560" height="315" src="https://www.youtube.com/embed/jF9T2cJB6t0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> </div> - + <br /> + <p class="usecase-video-presenter">The increasing need in the finance world to apply transformations to large datasets in real-time led the Asset Management’s portfolio management system team to select Ignite to achieve persistence, caching and integrated compute. </p> + <div class="usecase-video"> + <iframe width="560" height="315" src="https://www.youtube.com/embed/B8A8yR_e6VM" frameborder="0" + allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + </div> + + <h3 class="usecase-video-title">BNP Paribas</h3> + <p class="usecase-video-presenter">A hybrid transactional-analytical processing (HTAP) solution in BNP Paribas is powered by Apache Ignite and enables bank to make key business decisions in real-time. </p> + <div class="usecase-video"> + <iframe width="560" height="315" src="https://www.youtube.com/embed/-t-Syy9blXQ" frameborder="0" + allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + </div> + + + <h3 class="usecase-video-title">nference.ai</h3> <p class="usecase-video-presenter">nference.ai uses Ignite for distributed analytics in the bioinformatics domain. Ignite as a horizontally scalable framework allows to define different statistical analyses and execute it on TB's of numerical data in real-time, without movement of data.</p> <div class="usecase-video">
