View allAll Photos Tagged bigdata,
Moderator: Nigam Shah, Stanford
Panelists:
Jim Davies, Oxford
Joel Dudley, Mount Sinai
David Watson, Oracle
Marylyn Ritchie, Penn State
Este año hemos vuelto a participar en el evento de BigDataSpain, esta vez con una parte del equipo @LogitravelTech de Machine Learning, BigData y proyectos I+D.
Staunch Events is a best platform for research scholars, academicians, students and others researchers in developing contacts and relationship with industries, organizations and experts in the respective scientific area. Our main aim of conducting scientific events is to make the scientific community beneficial from the recent and upcoming developments in Diagnosis, Treatment and patient care. We can work with you and promote the exchange of ideas and experiences among members and the rest of the scientific community in order to increase knowledge. We also provide state-of-the-art conference management which is tailor made and will motivate your audience increasing your member value. www.staunchevents.com/conferences
© Giulio Dallatorre, Photographer
Department of Information Engineering and Computer Science
University of Trento, Italy
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
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
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
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
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
IoT Talks Vienna May 2016:
IoT & Big Data
CC-BY-4.0 IoT Austria - The Austrian Internet of Things Network
Moderator: Carlos Bustamante, Stanford
Alexis Battle, Johns Hopkins
Robert Gentleman, Genentech
Daniel MacArthur, Harvard
Gilean McVean, Oxford
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
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
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
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 data visualization tools have become very popular amongst government agencies and bureaus because of its capabilities to process massive amounts of data in a blink of an eye. Users get a seamless experience without having to wait for data to load or for a chart or graph to update on the screen.
Another very important feature is how users can interact with ZoomCharts charts and graphs. Instead of a simple static visual display of information, you can easily extract data and see how it is related to other entries. Try it yourself!
Finally, ZoomCharts tools are touchscreen friendly, which means you can use them on all your mobile devices, including smartphones and tablets.
ZoomCharts advanced data visualization tools are being used by a growing number of organizations in business and educational sectors, including sciences and mathematics, such as anatomy, biochemistry, ecology, microbiology, nutrition, neuroscience, physiology, zoology, chemical engineering, geochemistry, molecular biology, geology, paleontology, physics, astronomy, algebra, computer science, geometry, logic, and statistics, and the arts such as, music, dance, theatre, film, animation, architecture, applied arts, photography, graphic design, interior design, and mixed media.
Business owners who have discovered ZoomChartsâ software hold it in high regard, with its ability to unlock the possibilities of their business in bringing data analysis and data presentation to the next level.
See how the Procurement Monitoring Bureau of Latvia has integrated ZoomCharts data visualization tools on their website to provide a functional and visually stimulating data display on the Latvian public sector:
www.iub.gov.lv/lv/mekletiepirkumus
Established and in operation since 2002, the Procurement Monitoring Bureau is a State administrative authority and autonomous watchdog that ensures public procurement regulations are followed in state and local government through monitoring and regulation. It operates in accordance with the law to publish tender notices and contract award notices, examine complaints, provide methodological assistance and consultations, and compile and analyze statistical information.
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
The worldâs most interactive data visualization software
#zoomcharts #interactive #data #datavisualization #charts #graphs #bigdata #dataviz #Latvia #procurement #monitoring #bureau #public #sector
IoT Talks Vienna May 2016:
IoT & Big Data
CC-BY-4.0 IoT Austria - The Austrian Internet of Things Network