Ingen beskrivning

Gavin Halliday 3797489e66 Merge pull request #10683 from richardkchapman/dumpkey 7 år sedan
.github 90b33faa94 HPCC-18020 Add new option to pull request template 8 år sedan
build_utils c63b80c278 HPCC-13448 Source Code needs Marca Registrada next to HPCC Systems® 9 år sedan
charm 37d0fb7f7d HPCC-11289 Add README file for HPCC Juju Charm Development 10 år sedan
clienttools 42178124e1 HPCC-18501 Fix ESDL batch file path 7 år sedan
cmake_modules 10f37e4da9 HPCC-18785 Memcached Plugin cmake references unknown variable 7 år sedan
common 52f7fa1441 HPCC-18776 Fix steplimit2 test 7 år sedan
configuration 6221b46d45 HPCC-18652 Fix various windows compile warnings 7 år sedan
dali ce1873f969 Merge pull request #10624 from jakesmith/hpcc-18645 7 år sedan
deploy c63b80c278 HPCC-13448 Source Code needs Marca Registrada next to HPCC Systems® 9 år sedan
deployment 6221b46d45 HPCC-18652 Fix various windows compile warnings 7 år sedan
docs 67d0e1b497 Merge pull request #10583 from JamesDeFabia/HPCC-18588QueriesImportExport 7 år sedan
ecl 6a8f2e99b3 HPCC-18796 Recent filepos changes have broken dumpkey 7 år sedan
ecllibrary 8a1a2a7e41 HPCC-18329 Only test chinese breakiterator semantics if ICU version >= 50 7 år sedan
esp 43b81c7831 HPCC-17167 Replace dojo request with @hpcc-js/comms 7 år sedan
githooks 4ba38f7d01 Merge remote-tracking branch 'origin/candidate-3.10.x' 12 år sedan
initfiles d00e0578e2 HPCC-18788 Roxie continuation results broken by HPCC-18242 change 7 år sedan
lib2 4d49720da6 HPCC-15414 clean lib2 for lib name changes on Mac OS 8 år sedan
misc 66e814cdf0 HPCC-9508 Add eclipse code layout settings file to project 12 år sedan
package dd10b3c3be HPCC-16491 Work-around CMake productbuild packaging issue 8 år sedan
plugins 10f37e4da9 HPCC-18785 Memcached Plugin cmake references unknown variable 7 år sedan
roxie 6a8f2e99b3 HPCC-18796 Recent filepos changes have broken dumpkey 7 år sedan
rtl 6a8f2e99b3 HPCC-18796 Recent filepos changes have broken dumpkey 7 år sedan
services f9e38f2f46 HPCC-18585 Replace uses of rand() with fastRand() 7 år sedan
system 52f7fa1441 HPCC-18776 Fix steplimit2 test 7 år sedan
testing c206a4b813 HPCC-18783 Inconsistent overrides in cppdataset.ecl 7 år sedan
thorlcr 6a8f2e99b3 HPCC-18796 Recent filepos changes have broken dumpkey 7 år sedan
tools 0c8c1de635 HPCC-18673 Remove index filepos special casing from helper interfaces 7 år sedan
.gitattributes 2241da2000 HPCC-17425 Various fixes for running HPCC in windows linux subsystem 8 år sedan
.gitignore 1b55737932 HPCC-18744 Improve WebPack out of box experience 7 år sedan
.gitmodules a06c762727 HPCC-18510 Upgrade to latest Viz Framework 7 år sedan
.travis.yml 9aba0126bc HPCC-18512 Switch to WebPack for ECL Watch build 7 år sedan
BUILD_ME.md fb5d21dc72 HPCC-13515 A proper README.md, moving old README.md -> BUILD_ME.md 10 år sedan
CMakeLists.txt 7d5060380d HPCC-17958 Do not turn off "USE_APR" when "INCLUDE_PLUGINS" enabled 8 år sedan
CNAME 996619b9ea Add CNAME entry for GitHub pages redirection 13 år sedan
CONTRIBUTORS c04b2a38e0 HPCC-16014 Contributors file needs some refreshing 8 år sedan
FUTURE b39eb133f9 Initial version of FUTURE document 13 år sedan
LICENSE.txt c63b80c278 HPCC-13448 Source Code needs Marca Registrada next to HPCC Systems® 9 år sedan
R-LICENSE.txt 41fdcf477c HPCC-14457 Split R plugin to its own package 9 år sedan
README.md c0253694b9 Merge branch 'candidate-6.4.0' 8 år sedan
VERSIONS 04760b84cc Preparation for 6.0.0-beta1 release 9 år sedan
baseaddr.txt c63b80c278 HPCC-13448 Source Code needs Marca Registrada next to HPCC Systems® 9 år sedan
build-config.h.cmake 08fd95330b HPCC-9902 Use the build version as the ecl version reported by eclcc 11 år sedan
cmake_uninstall.cmake.in 2ae8bdcd44 HPCC-15142 Minimal changes needed for DESTDIR 8 år sedan
sourcedoc.xml c63b80c278 HPCC-13448 Source Code needs Marca Registrada next to HPCC Systems® 9 år sedan
version.cmake 947fe84327 Split off candidate-6.4.0 8 år sedan

README.md

Description / Rationale

HPCC Systems offers an enterprise ready, open source supercomputing platform to solve big data problems. As compared to Hadoop, the platform offers analysis of big data using less code and less nodes for greater efficiencies and offers a single programming language, a single platform and a single architecture for efficient processing. HPCC Systems is a technology division of LexisNexis Risk Solutions.

Getting Started

Architecture

The HPCC Systems architecture incorporates the Thor and Roxie clusters as well as common middleware components, an external communications layer, client interfaces which provide both end-user services and system management tools, and auxiliary components to support monitoring and to facilitate loading and storing of filesystem data from external sources. An HPCC environment can include only Thor clusters, or both Thor and Roxie clusters. Each of these cluster types is described in more detail in the following sections below the architecture diagram.

Thor

Thor (the Data Refinery Cluster) is responsible for consuming vast amounts of data, transforming, linking and indexing that data. It functions as a distributed file system with parallel processing power spread across the nodes. A cluster can scale from a single node to thousands of nodes.

  • Single-threaded
  • Distributed parallel processing
  • Distributed file system
  • Powerful parallel processing programming language (ECL)
  • Optimized for Extraction, Transformation, Loading, Sorting, Indexing and Linking
  • Scales from 1-1000s of nodes

Roxie

Roxie (the Query Cluster) provides separate high-performance online query processing and data warehouse capabilities. Roxie (Rapid Online XML Inquiry Engine) is the data delivery engine used in HPCC to serve data quickly and can support many thousands of requests per node per second.

  • Multi-threaded
  • Distributed parallel processing
  • Distributed file system
  • Powerful parallel processing programming language (ECL)
  • Optimized for concurrent query processing
  • Scales from 1-1000s of nodes

ECL

ECL (Enterprise Control Language) is the powerful programming language that is ideally suited for the manipulation of Big Data.

  • Transparent and implicitly parallel programming language
  • Non-procedural and dataflow oriented
  • Modular, reusable, extensible syntax
  • Combines data representation and algorithm implementation
  • Easily extend using C++ libraries
  • ECL is compiled into optimized C++

ECL IDE

ECL IDE is a modern IDE used to code, debug and monitor ECL programs.

  • Access to shared source code repositories
  • Complete development, debugging and testing environment for developing ECL dataflow programs
  • Access to the ECLWatch tool is built-in, allowing developers to watch job graphs as they are executing
  • Access to current and historical job workunits

ESP

ESP (Enterprise Services Platform) provides an easy to use interface to access ECL queries using XML, HTTP, SOAP and REST.

  • Standards-based interface to access ECL functions

Developer documentation

The following links describe the structure of the system and detail some of the key components: