View allAll Photos Tagged bigdata

Leading Big Data Analytics event held in Dubai, UAE.

IoT Talks Vienna May 2016:

IoT & Big Data

CC-BY-4.0 IoT Austria - The Austrian Internet of Things Network

Official Photo Stream of the European Data Forum 2013 that took place in Dublin, Ireland from 09 to 10 April 2013, photos by www.drobe.dk/

IoT Talks Vienna May 2016:

IoT & Big Data

CC-BY-4.0 IoT Austria - The Austrian Internet of Things Network

Leading Big Data Analytics event held in Dubai, UAE.

IoT Talks Vienna May 2016:

IoT & Big Data

CC-BY-4.0 IoT Austria - The Austrian Internet of Things Network

ZoomCharts at DevClub.lv: Developing a Javascript SDK

 

On January 15, 2015, ZoomCharts Co-Founder and CTO Viesturs Zariņš presented at DevClub.lv - a community of Latvian IT specialists that gather monthly and host free talks, presentations, and events to allow the local IT community to share knowledge, network, and communicate. Zariņš discussed the unique challenges faced in developing JavaScript SDK.

 

Here is a brief overview of his PowerPoint presentation on ZoomCharts, the world’s most interactive data visualization software that will support all your data presentation needs with incredible speed.

 

What is ZoomCharts?

 

What defines ZoomCharts advanced data visualization software? It is NOT another HTML5 charts library. It is:

 

- Interactive

- Fast

- Touch enabled

- Supports big data

 

A long time ago

 

DOS 6.2 allowed for:

 

- 320x240x8bpp

- Direct access to pixels on screen

- Assembler for performance

 

Today, the Web has finally caught up in the graphics department. Now, we have access to:

 

- Multiple browsers and rendering technologies

- Multiple resolutions

- Performance that varies by browser and device

 

Development setup:

 

- We write in JavaScript

- Commit to GitHub

- Build system in JavaScript

- Debug in Chrome

- Run automated tests

- Like WebStorm (and Vim)

 

Graphics:

 

Canvas (fast)

SVG (slow)

WebGL (>50%)

 

Interactive animations:

 

Zoom in and out of the graph, drag and drop data, all with your mouse or trackpad.

 

Graceful degradation:

 

High FPS (frames per second) lets you scale graphics with low image degradation.

 

Third party libraries:

 

- Raphael

- Hammer.js

- Leaflet

- Moment.js

 

Challenges:

 

- Responsive design: layouts can shift and look nice on desktop screens vs. not so nice on vertical, mobile screens

- Big screen resolutions: uses devicePixelRatio for sharp rendering, but no hardware acceleration beyond 2048x2048

- Safari compatibility: with 100% CPU, input events are blocked and browser locks up; strange code offers fixes

- HTML on canvas: DOM is slow; basic HTML markup must be parsed and rendered manually; text caching helps

 

Support:

 

- Process: TrialSupportBuy

- 1 day issue resolution

- #1 Tell me what I did wrong

- #2 Can you do…

 

Testing:

 

- Automated tests on every GIT push

 

Automatically:

 

- Compare images

- Record performance

- View errors in console

 

Interactive testing:

 

- Next step: record and playback

 

BrowserStack:

 

- Interactive mode

- Automated: Selenium API

 

Debugging:

 

Chrome Developer tools (F12)

 

- Debugging

- Profiling

- Timeline

 

Remote debugging available: developer.chrome.com/devtools/docs/remote-debugging

 

Future:

 

- More charts

- Extension API

- Memory allocation tracking

- WebGL

 

We are looking for statically-typed language:

 

- Error checking

- Performance

- Superior minification

 

- Easy to write and read

- Easy to call from JS

 

Building

 

Custom build script:

 

- Compile

- Minify

- Extract documentation

- Embed customer data

 

Check out ZoomCharts products:

 

Network Chart

Big network exploration

Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.

 

Time Chart

Time navigation and exploration tool

Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.

 

Pie Chart

Amazingly intuitive hierarchical data exploration

Get quick overview of your data and drill down when necessary. All in a single easy to use chart.

 

Facet Chart

Scrollable bar chart with drill-down

Compare values side by side and provide easy access to the long tail.

 

ZoomCharts

www.zoomcharts.com

The world’s most interactive data visualization software

 

#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #Javascript #JavascriptSDK #DevClubIV #Latvia #PowerPoint #PowerPointpresentation #fast #bigdata

ZoomCharts at DevClub.lv: Developing a Javascript SDK

 

On January 15, 2015, ZoomCharts Co-Founder and CTO Viesturs Zariņš presented at DevClub.lv - a community of Latvian IT specialists that gather monthly and host free talks, presentations, and events to allow the local IT community to share knowledge, network, and communicate. Zariņš discussed the unique challenges faced in developing JavaScript SDK.

 

Here is a brief overview of his PowerPoint presentation on ZoomCharts, the world’s most interactive data visualization software that will support all your data presentation needs with incredible speed.

 

What is ZoomCharts?

 

What defines ZoomCharts advanced data visualization software? It is NOT another HTML5 charts library. It is:

 

- Interactive

- Fast

- Touch enabled

- Supports big data

 

A long time ago

 

DOS 6.2 allowed for:

 

- 320x240x8bpp

- Direct access to pixels on screen

- Assembler for performance

 

Today, the Web has finally caught up in the graphics department. Now, we have access to:

 

- Multiple browsers and rendering technologies

- Multiple resolutions

- Performance that varies by browser and device

 

Development setup:

 

- We write in JavaScript

- Commit to GitHub

- Build system in JavaScript

- Debug in Chrome

- Run automated tests

- Like WebStorm (and Vim)

 

Graphics:

 

Canvas (fast)

SVG (slow)

WebGL (>50%)

 

Interactive animations:

 

Zoom in and out of the graph, drag and drop data, all with your mouse or trackpad.

 

Graceful degradation:

 

High FPS (frames per second) lets you scale graphics with low image degradation.

 

Third party libraries:

 

- Raphael

- Hammer.js

- Leaflet

- Moment.js

 

Challenges:

 

- Responsive design: layouts can shift and look nice on desktop screens vs. not so nice on vertical, mobile screens

- Big screen resolutions: uses devicePixelRatio for sharp rendering, but no hardware acceleration beyond 2048x2048

- Safari compatibility: with 100% CPU, input events are blocked and browser locks up; strange code offers fixes

- HTML on canvas: DOM is slow; basic HTML markup must be parsed and rendered manually; text caching helps

 

Support:

 

- Process: TrialSupportBuy

- 1 day issue resolution

- #1 Tell me what I did wrong

- #2 Can you do…

 

Testing:

 

- Automated tests on every GIT push

 

Automatically:

 

- Compare images

- Record performance

- View errors in console

 

Interactive testing:

 

- Next step: record and playback

 

BrowserStack:

 

- Interactive mode

- Automated: Selenium API

 

Debugging:

 

Chrome Developer tools (F12)

 

- Debugging

- Profiling

- Timeline

 

Remote debugging available: developer.chrome.com/devtools/docs/remote-debugging

 

Future:

 

- More charts

- Extension API

- Memory allocation tracking

- WebGL

 

We are looking for statically-typed language:

 

- Error checking

- Performance

- Superior minification

 

- Easy to write and read

- Easy to call from JS

 

Building

 

Custom build script:

 

- Compile

- Minify

- Extract documentation

- Embed customer data

 

Check out ZoomCharts products:

 

Network Chart

Big network exploration

Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.

 

Time Chart

Time navigation and exploration tool

Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.

 

Pie Chart

Amazingly intuitive hierarchical data exploration

Get quick overview of your data and drill down when necessary. All in a single easy to use chart.

 

Facet Chart

Scrollable bar chart with drill-down

Compare values side by side and provide easy access to the long tail.

 

ZoomCharts

www.zoomcharts.com

The world’s most interactive data visualization software

 

#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #Javascript #JavascriptSDK #DevClubIV #Latvia #PowerPoint #PowerPointpresentation #fast #bigdata

Leading Big Data Analytics Event in the Middle East

Moderator: Bob Harrington, Stanford

Panelists:

Robert Califf, Duke

Martin Landray, Oxford

Mads Melbye, The Danish National Biobank

Sylvia Plevritis, Stanford

Leading Big Data Analytics Event in the Middle East

EFI Planted Forests Facility Summer School, Palencia’18

 

Organised by iuFOR and EFI's Planted Forest Facility (formerly EFIATLANTIC)

 

Palencia (España)

Photo by Pilar Valbuena/iuFOR

 

Hosted by iuFOR ( Universidad de Valladolid & INIA) and Escuela Técnica Superior de Ingenierías Agrarias, Universidad de Valladolid

 

Target public:

 

Graduate students (Masters and PhD) in forest sciences, forest geomatics or data science

Practitioners and IT staff from forest companies, administrations and R&D institutes

 

Target outcomes:

 

By the end of the course the participants will have a comprehensive overview of forest data management and analysis including relevant R skills to develop forest models at stand and tree levels and a foundation on cloud simulation of forest systems.

 

Rationale:

 

Forest management is facing different challenges due to the magnitude of the current environmental problems (climate change, invasive species, biodiversity crisis, etc.) and the growing demand for goods and services by the society.

 

Furthermore, the current Knowledge Society paradigm requires professionals to integrate different skills into their specific domain effectively; for example, the management of big databases, including analysis, modeling and decision making.

 

Although there are some local initiatives such as the DataForest MSc programme at University of Valladolid this specific type of education and training in data management and analysis is not available to forest managers and forest scientists. In general personnel involved in forest management and its environs have a good working knowledge of forest management systems and methods.

 

However this knowledge could be further enhanced by skills in other complimentary fields, such as database management, computer programming, data analysis, decision making through operational research techniques, geographic information systems and remote sensing.

 

More information on iuFOR, please visit sostenible.palencia.uva.es

More information on Máster en Gestión Forestal Basada en Ciencia de Datos, please visit sostenible.palencia.uva.es/content/master-en-gestion-fore...

 

If you use one of our photos, please credit it accordingly and let us know.

You can reach us through our Flickr account or at: instituto@forest.uva.es

UK Office for National Statistics visits Rwanda from 6-12 September 2017 to discuss #partnership #DataScience #BigData

Increase your SALES with ZoomCharts!

 

ZoomCharts had an excellent time participating in the TechHub Rīga March Meetup on March 12, 2015, taking place at Kaļķu street 12/14, Rīga, LV-1050, Latvia.

 

ZoomCharts CEO and Co-Founder Janis Volbergs gave an engaging presentation on the startup path from idea, to market, to investment, and what it takes to build a product from the ground up and take it to a new level.

 

How did it all start?

 

A problem was spotted. There were no visualization libraries delivering truly interactive charts for touch enabled devices that were capable of working with big data.

 

And so the idea emerged. This was the right time to build such a library.

 

Why?

 

Because touch screen displays will become a $31.9 billion dollar market by 2018. Smart mobile sensor devices were used by 1.75 billion people in 2014. The Big Data market will grow exponentially (from $8.8 billion in 2013), to $48 billion in 2018. HTML5 adoption is wide enough and touch enabled devices are powerful enough to generate interactive visualizations.

 

The ingredients for a successful startup include:

 

1. A grand vision. ZoomCharts’ vision is to become the number one SDK for interactive chart development in web and mobile apps.

2. A realistic plan for execution and getting your vision implemented.

3. (Most importantly) A team, able to see the grand vision and execute the plan.

 

ZoomCharts started small, but focused. A vision was set, a core team of professionals was assembled, and a detailed business plan was derived, which led to a €200,000 seed investment.

 

The product was created in less than a year, and launched public downloads and a shop in March 2014.

 

In less than a year, the customer list grew to include companies such as TCI Business Capital, Hewlett Packard, D8 Corporation, Proteus Enterprise, Narus, SwissLife, Taykey, Derivitec, Sensors, Click & Pledge, Ryan Scientific, Inc., Booxs, Frostbyte Consulting, Image webdesign, Norbit, Helm, Zengo, Ense Group, RCS, Helbling, Loonloon, Fractalerts, Thinktecture, bitmama, KeeSystem, Trulia, Maxfone, and many more.

Increase your SALES with ZoomCharts!

 

ZoomCharts started with a €0 investment in dedicated marketing. A follow up investment of €500,000 raised in November 2014 enabled us to scale our team from 3 to 11, and get us moving forward fast.

 

Today, the ZoomCharts team has grown from 3 to 11, and has raised a total investment of €700,000. We’ve reached 40 paying customers, and growing, and there have been over 700 trials started, and growing.

 

Current challenges include brand building, marketing and sales, and incorporation into the US, including patents.

 

Despite the challenges, ZoomCharts is excited about the company’s future, which includes plans such as:

 

1. Raise €5-7 million to massively expand sales and marketing.

2. Expand the team to 40+ within the next two years.

3. Launch multiple SAAS solutions that would let a much wider audience take advantage of the benefits ZoomCharts provides.

 

We are proud to be part of ZoomCharts, and we are glad to hear that our customers love ZoomCharts as much as we do!

 

Check out ZoomCharts products:

 

Network Chart

Big network exploration

Increase your SALES with ZoomCharts!

 

Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.

 

Time Chart

Time navigation and exploration tool

Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.

 

Pie Chart

Amazingly intuitive hierarchical data exploration

Get quick overview of your data and drill down when necessary. All in a single easy to use chart.

 

Facet Chart

Scrollable bar chart with drill-down

Compare values side by side and provide easy access to the long tail.

 

ZoomCharts

www.zoomcharts.com

The world’s most interactive data visualization software

 

#zoomcharts #interactive #data #datavisualization #charts #graphs #bigdata #dataviz #TechHub #Riga #Latvia #March #meetup #JanisVolbergs #TCI #HewlettPackard #HP #D8 #ProteusEnterprise #Narus #SwissLife #Taykey #Derivitec #Sensors #Click&Pledge #RyanScientific #Booxs #Frostbyte #Imagewebdesign #Norbit #Helm #Zengo #EnseGroup #RCS #Helbling #Loonloon #Fractalerts #Thinktecture #bitmama #KeeSystem #Trulia #Maxfone

 

Official Photo Stream of the European Data Forum 2013 that took place in Dublin, Ireland from 09 to 10 April 2013, photos by www.drobe.dk/

Mutua Madrileña, KPMG, Banco Sabadell y Oracle han participado en la jornada de Digitalización y Big Data en los Sectores Financiero y Asegurador organizada por Executive Forum, con la colaboración de Vózpopuli. Durante el encuentro, las cuatro compañías han compartido con los asistentes sus experiencias y conocimientos en relación a la transformación digital y la importancia del análisis de dato para ser líderes en estos sectores.

Jesús Cacho, director del periódico online Vózpopuli, ha presentado estas jornadas ante un público formado, en su mayoría, por profesionales del mundo digital y de los sectores financiero y asegurador.

El director de Transformación Digital de Mutua Madrileña, Aitor del Coso, ha sido el primero en compartir con los asistentes la visión y la experiencia de la compañía aseguradora con respecto a estos procesos. En ese sentido, ha desvelado datos tan significativos de este desarrollo como que ya el 18% de las primas se contratan vía online, sin ninguna interacción personal, mientras que el 60% de los clientes han consultado otro canal y los precios previamente en la red, por lo que “hay que estar a la altura de lo que el cliente quiere” y manifiesta a través de sus nuevos hábitos de consumo a través de Internet, los dispositivos móviles y las redes sociales. En este proceso de evolución, el big data ha de ser un aliado para mejorar la experiencia de los clientes, siempre y cuando los datos se acompañen de conclusiones y se interconecten con el desarrollo del negocio. En definitiva, para disfrutar de una posición de liderazgo digital, del Coso ha destacado que es necesario contar con cuatro factores clave: una estrategia, capacidad de actuación, una organización de personas con talento y una cultura digital.

En representación de KPMG, el socio responsable de Estrategia y Operaciones para el sector financiero en Management Consulting y el senior manager responsable de Data & Analytics, Carlos Trevijano y Unai Beato, han desvelado la expectativa de que en 2030 el 70% de los ingresos de las entidades financieras provengan de los conocidos como nativos digitales, un dato significativo de la transformación radical que ya estamos viviendo. Por esta razón, “los canales deben estar adaptados a esta nueva realidad” que evoluciona rápida y constantemente, manteniendo la armonía y la coherencia entre los ámbitos online y offline. En este sentido, han hecho un especial hincapié en la importancia que cobra el análisis de datos para conocer mejor al cliente, así como la necesidad de involucrar a todas las áreas de las compañías en este proceso.

A continuación, el director de Big Data Lab de Banco Sabadell, Luis Pascual, ha intervenido para compartir la experiencia de la entidad bancaria en estos procesos. Ha explicado que “somos un banco pionero en la transformación digital”, así como que ya “contamos con unos 2 millones de clientes digitales”, destacando las oportunidades que traen consigo las nuevas tecnologías para mejorar la experiencia de un cliente que presenta nuevos hábitos de consumo. Con respecto al, cada vez, mayor volumen de datos digitales que se generan, ha destacado la importancia de su análisis para aplicar su valor en aspectos como la prevención de riesgos y de fraude, en la eficiencia de los procesos, en la personalización de los productos y en la generación de nuevos servicios.

Finalmente, Beatriz Vega, architec for Strategic Solutions at Financial Industry de Oracle, ha participado en la jornada mostrando su optimismo de cara a las oportunidades de negocio que presenta la digitalización. De este modo, ha compartido su experiencia, fruto de la observación de los comportamientos de sus clientes que son disruptivos, es decir, pioneros en el ámbito digital. Estos se caracterizan por conocer bien al cliente a través del dato para ofrecerle servicios y productos innovadores y sorprendentes. En este sentido, la capacidad predictiva, la agilidad y la prontitud en la toma de decisiones que posibilitan las nuevas plataformas digitales se reflejan en el governance de estas compañías. Asimismo, son capaces de integrar en una sola dirección los distintos canales que tienen a su disposición para mejorar la interacción con sus clientes, conocerlos, impactarles y acompañarles.

  

Contacto:

Equipo de Comunicación

Executive Forum

prensa@exeforum.biz

 

IoT Talks Vienna May 2016:

IoT & Big Data

CC-BY-4.0 IoT Austria - The Austrian Internet of Things Network

IoT Talks Vienna May 2016:

IoT & Big Data

CC-BY-4.0 IoT Austria - The Austrian Internet of Things Network

Flink Forward 2016 - Conference

Itâs no secret that we live in a data driven world: a world where technology has allowed us to get to the point where, according to IBM, more than 90% of the worldâs data was created in the last two years alone. It is a phenomenon that has led to the emergence of data science and data scientists, the increased need for statisticians, and experts in informational design such as Edward Tufte, fellow of the American Statistical Organization.

 

The problem is that the massive amount of data that we generate is difficult to keep up with, access, comprehend, and thus effectively use to our benefit.

 

The Purpose of Data Visualization:

Emerging heavily as a result within the last few years are data visualization tools, designed to help us work more effectively with data.

 

Most of us interpret and understand information best visually and thus information visualization is often key to true comprehension. Data visualization is, as its name suggests, a visual representation of data, its main benefits being in making complex data more accessible, interpretable, and presentable. It is closely related to the fields of information visualization, information graphics, scientific visualization, and statistical graphics.

 

David McCandless, London based author, data journalist, information designer, and founder of the website Information is Beautiful acknowledges that, in an age where we are often plagued by âinformation overload,â in addition to looking really cool, visualizing information allows us to see patterns and connections that matter and thus design information to make more sense, to focus only on the information thatâs important, and to tell stories.

 

Challenges and Limitations of Data Visualization Tools:

The challenge in not only recognizing the value in big data, but in actually making use of it, lies in the ability to effectively understand it. There are some obvious limitations when it comes to using data visualization tools to decode your data and actually benefit from the results.

 

The original ZoomCharts team recognized these limitations. There was no data visualization library available where data could be explored interactively on all modern devices. What was out there was either data visualization tools where data could be displayed on modern devices in static visualizations, or where it could be displayed interactively, but not on all modern devices.

 

How ZoomCharts Aimed to Solve These Issues:

The story of how ZoomCharts got started began with recognizing the limitations of simply working with current technology, and not anticipating the needs and desires arising with the advancement of newer and future technologies. The teamâs focus thus became creating charts and graphs that would be supported by the technology of tomorrow. The resulting software:

 

⢠Is 100% interactive and responsive, allowing users to see only the information they need, and drill down further into the data when necessary

⢠Is able to support massive data sets

⢠Works with any modern device, including tablets, phones, and other mobile devices that use touch screens, giving users the ability to tap, swipe, and pinch their way to exploring the intricacies of their data

⢠Performs at incredibly fast speeds, with no lag or waiting time involved when making changes to data presentation, even with big data sets

 

Check out ZoomCharts products:

 

Network Chart

Big network exploration

Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.

 

Time Chart

Time navigation and exploration tool

Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.

 

Pie Chart

Amazingly intuitive hierarchical data exploration

Get quick overview of your data and drill down when necessary. All in a single easy to use chart.

 

Facet Chart

Scrollable bar chart with drill-down

Compare values side by side and provide easy access to the long tail.

 

ZoomCharts

www.zoomcharts.com

The worldâs most interactive data visualization software

 

#zoomcharts #interactive #data #visualization #charts #graphs #bigdata #dataviz #datadriven #EdwardTufte #London #DavidMcCandless #InformationisBeautiful #responsive #touchscreen #fast #speed #datajournalists #information #informationdesigners #informationdesign #statisticians #datascience #datascientists

www.learntek.org/big-data-hadoop-interview-questions-answ...

 

Learntek is global online training provider on Big Data Analytics, Hadoop, Machine Learning, Deep Learning, IOT, AI, Cloud Technology, DEVOPS, Digital Marketing and other IT and Management courses. We are dedicated to designing, developing and implementing training programs for students, corporate employees and business professional.

 

www.learntek.org

 

ZoomCharts at DevClub.lv: Developing a Javascript SDK

 

On January 15, 2015, ZoomCharts Co-Founder and CTO Viesturs Zariņš presented at DevClub.lv - a community of Latvian IT specialists that gather monthly and host free talks, presentations, and events to allow the local IT community to share knowledge, network, and communicate. Zariņš discussed the unique challenges faced in developing JavaScript SDK.

 

Here is a brief overview of his PowerPoint presentation on ZoomCharts, the world’s most interactive data visualization software that will support all your data presentation needs with incredible speed.

 

What is ZoomCharts?

 

What defines ZoomCharts advanced data visualization software? It is NOT another HTML5 charts library. It is:

 

- Interactive

- Fast

- Touch enabled

- Supports big data

 

A long time ago

 

DOS 6.2 allowed for:

 

- 320x240x8bpp

- Direct access to pixels on screen

- Assembler for performance

 

Today, the Web has finally caught up in the graphics department. Now, we have access to:

 

- Multiple browsers and rendering technologies

- Multiple resolutions

- Performance that varies by browser and device

 

Development setup:

 

- We write in JavaScript

- Commit to GitHub

- Build system in JavaScript

- Debug in Chrome

- Run automated tests

- Like WebStorm (and Vim)

 

Graphics:

 

Canvas (fast)

SVG (slow)

WebGL (>50%)

 

Interactive animations:

 

Zoom in and out of the graph, drag and drop data, all with your mouse or trackpad.

 

Graceful degradation:

 

High FPS (frames per second) lets you scale graphics with low image degradation.

 

Third party libraries:

 

- Raphael

- Hammer.js

- Leaflet

- Moment.js

 

Challenges:

 

- Responsive design: layouts can shift and look nice on desktop screens vs. not so nice on vertical, mobile screens

- Big screen resolutions: uses devicePixelRatio for sharp rendering, but no hardware acceleration beyond 2048x2048

- Safari compatibility: with 100% CPU, input events are blocked and browser locks up; strange code offers fixes

- HTML on canvas: DOM is slow; basic HTML markup must be parsed and rendered manually; text caching helps

 

Support:

 

- Process: TrialSupportBuy

- 1 day issue resolution

- #1 Tell me what I did wrong

- #2 Can you do…

 

Testing:

 

- Automated tests on every GIT push

 

Automatically:

 

- Compare images

- Record performance

- View errors in console

 

Interactive testing:

 

- Next step: record and playback

 

BrowserStack:

 

- Interactive mode

- Automated: Selenium API

 

Debugging:

 

Chrome Developer tools (F12)

 

- Debugging

- Profiling

- Timeline

 

Remote debugging available: developer.chrome.com/devtools/docs/remote-debugging

 

Future:

 

- More charts

- Extension API

- Memory allocation tracking

- WebGL

 

We are looking for statically-typed language:

 

- Error checking

- Performance

- Superior minification

 

- Easy to write and read

- Easy to call from JS

 

Building

 

Custom build script:

 

- Compile

- Minify

- Extract documentation

- Embed customer data

 

Check out ZoomCharts products:

 

Network Chart

Big network exploration

Explore linked data sets. Highlight relevant data with dynamic filters and visual styles. Incremental data loading. Exploration with focus nodes.

 

Time Chart

Time navigation and exploration tool

Browse activity logs, select time ranges. Multiple data series and value axes. Switch between time units.

 

Pie Chart

Amazingly intuitive hierarchical data exploration

Get quick overview of your data and drill down when necessary. All in a single easy to use chart.

 

Facet Chart

Scrollable bar chart with drill-down

Compare values side by side and provide easy access to the long tail.

 

ZoomCharts

www.zoomcharts.com

The world’s most interactive data visualization software

 

#zoomcharts #interactive #data #interactivedata #datavisualization #interactivedatavisualization #chart #graph #charts #graphs #Javascript #JavascriptSDK #DevClubIV #Latvia #PowerPoint #PowerPointpresentation #fast #bigdata

1 2 ••• 6 7 9 11 12 ••• 79 80