MDW Demos
Megadata Web

About MDW

MDW is a set of advanced data representation formats and data processing routines and algorithms implemented as a JavaScript library. The technology enables server-based apps & websites to offload volumes of data to be processed, at dramatically greater speed, inside the Web browser on any client device, displaying the results in a Web format.

MDW enhances the browsers ability to hold, process and display large volumes of data, which can be processed by the client in offline or online (network-connected) mode. When data is requested from the server, it is delivered raw and unsorted to the client, along with the library (toolkit) and placed in RAM. The toolkit will execute in-memory all required data harvesting.

The library includes a full array of tools for sorting, filtering, aggregating, storing, representing, displaying and analyzing data and for rendering screens, allowing the user to process large files without support from a server.

MDW Documentation

Demo

Processing big amount of data: Data formats: Testing inputs: Processing eg_griD game data: MegadataWeb sale: MegadataWeb for Twitter: Amazon laptop search: Walmart laptop search: Nike shoe search: Wiki data processing: Cisco jobs search and analytics: AcuWeather daily: Insight Partners Team: Adjustment test: Totals: Columns and Tools Customization: Master and Detail View: Column Groups: Table with 5 Views:

MDW Librariess

  • include/mdw.util.js - Utilities Library (JS code)
  • include/mdw.table.js - Main MDW Library (JS code)
  • include/mdw.styles.css - MDW formatting content
  • include/mdw.alisa.js - Application Alice Library
  • include/mdw.anastasia.js - Application Anastasia Library
  • include/mdw.wysiwyg.js - Development tool WYSIWYG Library
  • doc/include/mdw.benefits.js - Document "Benefits" JS code
  • doc/include/mdw.competitors.js - Document "Competitors" JS code
  • doc/include/mdw.features.js - Document "Features" JS code
  • doc/include/mdw.features.css - Document "Features" formatting content
  • doc/include/user_manual.js - Document "User Manual" JS code
  • doc/include/mdw.testing.js - Document "Testing" JS code

MDW data formats

Applications

  • Web system Alisa for visualization and analysis of big (up to 20,000,000 records) data tables (tables with more than 5.000,000 records processed only by Safari 11.0.2 (11604.4.7.1.4) or earlier)
  • Web system Anastasia for visualization of super big (up to 200,000,000 records) data tables

Dependencies

  • Highcharts (Interactive JavaScript charts)
    Files:
    • thirdparty/highcharts.js
    • thirdparty/exporting.js
    • thirdparty/offline-exporting.js
    Usage: MDW Chart Tools and Aggregation

  • JSON (format for storing and transporting data)
    File:
    • thirdparty/JSON.js
    Usage: MDW storing and transporting data

  • Font Awesome v4.7.0 (the worlds most popular icon set)
    File:
    • thirdparty/font-awesome.min.css
    Usage: MDW icons

  • SyntaxHighlighter v3.0.83 (fully functional self-contained code syntax highlighter)
    Files:
    • thirdparty/shBrushJScript.js
    • thirdparty/shCore.js
    • thirdparty/shCoreDefault.css
    • thirdparty/add/shBrushCss.js
    • thirdparty/add/shBrushJScript.js
    • thirdparty/add/shBrushXml.js
    • thirdparty/add/shCore.js
    Usage: MDW manuals and documentation

Development tool