Thursday, 27 October 2016

Learn Functional Reactive Programming with Infinispan, Elm and Node.js at Soft-Shake conference

Tomorrow Friday, 28th October, I’ll be speaking at the Soft-Shake conference (Geneva, Switzerland) about writing apps in functional reactive programming style with Infinispan, Elm and Node.js. If you’re interested in the topic and live in the area, make sure you come to my talk!

To find out more, head to the Soft-Shake site, where you can find exact details about the rest of the programme, location…​etc.

Cheers,

Galder

Posted by Galder Zamarreño on 2016-10-27
Tags: conference

Thursday, 30 June 2016

DevNation Live Blog: Building Reactive Applications with Node.js and Red Hat JBoss Data Grid

Last Tuesday I gave a talk at DevNation 2016 on building Reactive Applications with Node.js and Red Hat JBoss Data Grid. The slides for it will be uploaded to the DevNation site shortly, but for those who want to play around with the application demoed in the talk, you can find the code and instructions in this repository.

Please find below review as written by Rob Terzi:

DevNation Live Blog: Building Reactive Applications with Node.js and Red Hat JBoss Data Grid

Posted by Rob Terzi on June 29, 2016

At DevNation, Red Hat’s Galder Zamarreño gave a talk with a live demo, Building reactive applications with Node.js and Red Hat JBoss Data Grid. The demo consisted of building an event-based three tier web application using JBoss Data Grid (JDG) as the data layer, an event manager running on Node.js, and a web client. Recently, support for Node.js clients was added to JDG, opening up the performance of a horizontally scalable in-memory data grid, to reactive web and mobile applications.

JDG is capable of processing and storing real-time streams of data, while maintaining very fast response times. It does this by using the memory available from a dynamically scalable grid of machines. Galder described JDG as a four-in-one package capable of being:

  • a distributed cache.

  • a high performance NoSQL primary data store.

  • an event-driven data store, particularly for real time event processing.

  • a big data and Internet of Things (IoT) data store.

The three-tiered web app in the demo consisted of:

  • A web client written in Elm, which is a functional language that compiles to JavaScript.  It is statically typed, which the presenter feels leads to well architected code. Elm competes with platforms such as React and Angular. Any of those other platforms could be used, but Galder chose Elm for the live demo, particularly given the useful error messages the compiler generates as a virtue of using a statically typed language.

  • An event manager running on Node.js using Express.js.

  • JBoss Data Grid as the data store.  Three nodes were used, running on the same laptop. Each element was guaranteed to be stored in two nodes, providing redundancy for fail over.

Node.js based applications have become very popular. Many use JavaScript on all three tiers, including NoSQL data stores. However, most of those data stores can’t match the scalability and response times of JDG. Traditionally, developers have needed to use Java to take advantage of JBoss Data Grid. The new fully asynchronous Node.js interface to JBoss Data Grid should enable developers to build some truly interesting next-generation reactive applications.

You can download JBoss Data Grid from developers.redhat.com. If you’d like to get involved, join the open source community at infinispan.org.

Posted by Galder Zamarreño on 2016-06-30
Tags: conference javascript devnation

Monday, 20 June 2016

DevNation 2016: Galder Zamarreño on “Building reactive applications with Node.js and Red Hat JBoss Data Grid”

Earlier this month I did an interview with the DevNation 2016 organizers to talk about my talk on forthcoming talk on building reactive applications with Node.js and JBoss Data Grid, the Infinispan version for which Red Hat provides professional support, certified integration, patches…​etc.

The talk will be happen next Tuesday, 28th June at 3:30pm PDT, so if you’re in DevNation and want to find out more about Infinispan and our new Node.js Javascript client, make sure you join us then!

Building reactive applications with Node.js and Red Hat JBoss Data Grid

JBoss Data Grid is a distributed in-memory key/value data store from Red Hat, which can be used for caching, temporary and permanent storage. Although Java developers were its primary audience initially, the team has been expanding its appeal to C++, C# and even Javascript developers.

The latest JBoss Data Grid release includes a fully asynchronous Node.js client for interacting with JBoss Data Grid servers and my talk at DevNation is focused on how Javascript developers can make the most of the client to cache or store their data.

The talk has been designed around a web application that promotes JBoss Data Grid talks in forthcoming conferences, user groups… etc. The application will contain a Node.js component whose job will be to interact with the backend JBoss Data Grid servers to store and retrieve data, as well as receiving events when new information has been added to the backend. Through the live coding of this application, the audience will get an understanding of how to interact with the newly released Node.js JBoss Data Grid client, and after the talk they’ll have access to the code to be able to try it themselves.

Tuesday 3:30 p.m. to 4:30 p.m. Room 133

galder

About the presenter:

This will be my first time speaking at DevNation and I’m really excited about it because it brings together speaks and attendees not only from the Java/JVM space, but from other important developer communities such as Javascript.

Although I started as a Java developer, over the past decade I’ve become more and more interested in other programming languages, in particular functional programming languages such as Scala and Javascript, which I’ve been able to apply directly at my job.

These days I’m hugely interested by the purely functional ones such as Haskell, Elm or Purescript because the lack of mutability makes their solutions both elegant and easier to reason about. I’m also keeping a close eye as well on the Erlang ecosystem, e.g. Elixir, because I feel that the predictable latency offered by the Erlang VM is something that it’s not so easy to achieve in Java Virtual Machine.

I think learning other programming languages is one of the best things a developer can do, because it opens your mind to different points of view, different ways to solve problems, and widens the solution space.

Posted by Galder Zamarreño on 2016-06-20
Tags: conference javascript devnation

Monday, 09 May 2016

Infinispan coming to GeeCON 2016!

GeeCON 2016 is taking place in Krakow this coming week and I’ll be speaking about data processing with Infinispan’s distributed streams on Thursday, 12th of May. So, if you are interested in how to analyse your data using standard Java Streams API in a distributed environment, make sure you come to my talk! :)

Cheers,

Galder

Posted by Galder Zamarreño on 2016-05-09
Tags: conference presentations geecon

Monday, 07 March 2016

Infinispan coming to Voxxed Days Bucharest

image

This coming Friday, 11th March, I’ll be speaking at Voxxed Days Bucharest about Distributed Data Processing with Infinispan and Java Streams. You can find out more about the this talk and other topics in an interview I did with Voxxed Days Bucharest organisers.

So, if you’re in Bucharest, make sure you come to Voxxed Days Bucharest to learn about Infinispan!! :)

Cheers, Galder

Posted by Galder Zamarreño on 2016-03-07
Tags: conference voxxed

Monday, 07 March 2016

Infinispan related presentations on DevConf.cz 2016

DevConf.cz (Developer Conference) is a free annual conference for all Linux and JBoss Community Developers, Admins and Linux users organized by Red Hat Czech Republic in cooperation with the Fedora and JBoss communities. See more details on DevConf’s homepage.

Since it’s JBoss related conference, Infinispan cannot be missing there! We had two Infinispan related presentantions. First of them was presented by Jiří Holuša focusing on new features in Infinispan 8. The presentation also covers very gentle introduction to Infinispan in general.

The second one, named "From Big Data towards Fast Data",  was given by Vojtěch Juránek and talked about latest trends in Big Data world. The presentation goes through the introduction about Big Data, mentions the problems with it and comes up with the term Fast Data. Some approaches are presented, how to solve this Fast Data phenomenon, ending up with new Infinispan Spark connector as one of the possible solutions.

Please, see the links below.

Presentation "Infinispan 8 - keeping up with the latest trends" Video: https://www.youtube.com/watch?v=r0__NEgldzI Slides: bit.ly/1oxAuCM * Presentation "From Big Data towards Fast Data"* Video: https://www.youtube.com/watch?v=TVXeXM2g7So Slides: bit.ly/1PrQ0ZK

Cheers, Jiří 

Posted by Unknown on 2016-03-07
Tags: conference presentations spark infinispan 8

Thursday, 28 January 2016

Infinispan at Snowcamp 2016

image

Last week the first ever Snowcamp was held in Grenoble where I presented about "Distributed Data Processing with Infinispan and Java Streams".

The conference was very enjoyable with multiple tracks focused on Big Data, web technologies (with a big emphasis on Javascript), devops, and software development. Emmanuel, Mickael and the rest of the team did an awesome job at organising the conference in record time with very good attendance numbers :)

The talk went well and fortunately the demo gods were with me that day :). The code of the demo can be found in this Github repository. The slides will be available soon.

Of the presentations I attended, I was particularly impressed with the Apache Zeppelin talk that Saad Ansari presented where he demonstrated how to do interactive data analysis on top of Apache Spark, very cool!

It was a pleasure being selected to talk at Snowcamp and hope that next year I can speak there too!

Cheers, Galder

Posted by Galder Zamarreño on 2016-01-28
Tags: conference presentations

Thursday, 21 January 2016

Infinispan 8 talk on JBUG London

image

In the next Wednesday, 27th January, the London JBUG will host the talk "Infinispan 8 tour", presented by Gustavo Fernandes. It’s the chance to catch up with all the features introduced by Infinispan 8, in a session packed with samples and demos!

Attendance is free, but places are limited. Full details on https://skillsmatter.com/meetups/7582-infinispan-8-tour#

Posted by Gustavo on 2016-01-21
Tags: conference presentations jbug

Wednesday, 13 January 2016

SnowCamp and Voxxed Days Bucharest, here I come!!

I’ll be presenting about Infinispan’s in a couple of conferences over the next few months:

image

First up is SnowCamp 2016, a conference taking place in Grenoble from 21st to 23rd January. The talk I’m presenting is titled "Distributed Data Processing with Infinispan and Java Streams". Java 8 has made data processing easier than ever and with the help of Infinispan, that data processing can easily be done in a distributed manner. This talk is focused on showing how to use Java Streams to do distributed data processing with Infinispan, and how this approach compares with other data processing APIs Infinispan exposes.

image

Next, on the 11th of March I’ll be in Bucharest to speak at Voxxed Days Bucharest where I’ll again be talking about Distributed Data Processing with Infinispan and Java Streams.

So, if you’re in Grenoble or Bucharest, make sure you come to SnowCamp or Voxxed Days Bucharest to learn about Infinispan!! :)

Cheers, Galder

Posted by Galder Zamarreño on 2016-01-13
Tags: conference snowcamp voxxed

Friday, 23 January 2015

Infinispan is back to FOSDEM!

Please join us in Brussels next Saturday, 31st January, to get to know more about Infinispan advanced querying capabilities in the session "https://fosdem.org/2015/schedule/event/querying_your_datagrid_with_lucene,_hadoop_and_spark/[Querying your datagrid with Lucene, Hadoop and Spark]"

Posted by Gustavo on 2015-01-23
Tags: conference Infinispan Query

News

Tags

JUGs alpha as7 asymmetric clusters asynchronous beta c++ cdi chat clustering community conference configuration console data grids data-as-a-service database devoxx distributed executors docker event functional grouping and aggregation hotrod infinispan java 8 jboss cache jcache jclouds jcp jdg jpa judcon kubernetes listeners meetup minor release off-heap openshift performance presentations product protostream radargun radegast recruit release release 8.2 9.0 final release candidate remote query replication queue rest query security spring streams transactions vert.x workshop 8.1.0 API DSL Hibernate-Search Ickle Infinispan Query JP-QL JSON JUGs JavaOne LGPL License NoSQL Open Source Protobuf SCM administration affinity algorithms alpha amazon anchored keys annotations announcement archetype archetypes as5 as7 asl2 asynchronous atomic maps atomic objects availability aws beer benchmark benchmarks berkeleydb beta beta release blogger book breizh camp buddy replication bugfix c# c++ c3p0 cache benchmark framework cache store cache stores cachestore cassandra cdi cep certification cli cloud storage clustered cache configuration clustered counters clustered locks codemotion codename colocation command line interface community comparison compose concurrency conference conferences configuration console counter cpp-client cpu creative cross site replication csharp custom commands daas data container data entry data grids data structures data-as-a-service deadlock detection demo deployment dev-preview development devnation devoxx distributed executors distributed queries distribution docker documentation domain mode dotnet-client dzone refcard ec2 ehcache embedded embedded query equivalence event eviction example externalizers failover faq final fine grained flags flink full-text functional future garbage collection geecon getAll gigaspaces git github gke google graalvm greach conf gsoc hackergarten hadoop hbase health hibernate hibernate ogm hibernate search hot rod hotrod hql http/2 ide index indexing india infinispan infinispan 8 infoq internationalization interoperability interview introduction iteration javascript jboss as 5 jboss asylum jboss cache jbossworld jbug jcache jclouds jcp jdbc jdg jgroups jopr jpa js-client jsr 107 jsr 347 jta judcon kafka kubernetes lambda language learning leveldb license listeners loader local mode lock striping locking logging lucene mac management map reduce marshalling maven memcached memory migration minikube minishift minor release modules mongodb monitoring multi-tenancy nashorn native near caching netty node.js nodejs non-blocking nosqlunit off-heap openshift operator oracle osgi overhead paas paid support partition handling partitioning performance persistence podcast presentation presentations protostream public speaking push api putAll python quarkus query quick start radargun radegast react reactive red hat redis rehashing releaase release release candidate remote remote events remote query replication rest rest query roadmap rocksdb ruby s3 scattered cache scripting second level cache provider security segmented server shell site snowcamp spark split brain spring spring boot spring-session stable standards state transfer statistics storage store store by reference store by value streams substratevm synchronization syntax highlighting tdc testing tomcat transactions tutorial uneven load user groups user guide vagrant versioning vert.x video videos virtual nodes vote voxxed voxxed days milano wallpaper websocket websockets wildfly workshop xsd xsite yarn zulip

back to top