Skip to content
forked from michaelcouck/ikube

Enterprise analytics and search, distributed, grid enabled platform

License

Notifications You must be signed in to change notification settings

rmcdongit/ikube

 
 

Repository files navigation

ikube:

What is Ikube? Distributed, high volume, analytics processing platform, with embedded enterprise search.


Ikube runs in a Java based server, specifically a servlet container, like Tomcat or Jetty. Any server can be used as it turns out, like WildFly or GlassFish.


Configuration for analytics models, and indeed all configuration is done in Spring configuration files. There is a base configuration, that can be downloaded from the Artifactory in the libs-release-local repository, the ikube-war(to be dropped in the server) and the ikube-libs jar(to be unpacked). For more information please refer to the site and documentation at site.


Ikube exposes the analytics(neural networks and statistical models), and search functionality by rest web services, providing Json. As such analytics models and algorithms can be used without any programming, essentially from any rest client, even from a browser. Free and open server for this is at production with login administrator/administrator. Please refer to the documentation how to call the analytics web services. There is also a living source of documentation at apis exposed. This will give the basic information of the web service, and a very scant dummy example of the input Json for the call. The documentation will contain a more fleshed out example of the Json for each call in the analytics services.

Features:

  • Grid enabled/distributed
    • Allows for extremely large volumes
      • Big data and beyond
      • IoT type of volumes
    • Perfectly laterally scalable
    • Automatic network discovery of nodes
    • Automatic load distribution throughout the cluster
  • Enterprise search embedded
    • Allows for analytics to be indexed, and made searchable, for complex queries, and derived analytics
    • All the features of enterprise search, including indexing of log files, file systems, networks, and databases in complex configurations
  • Geospatial out of the box, for analytics and search
  • Connectors for all major sources of data
  • Process complex relational database hierarchies, adding enrichment strategies
  • Cutting edge analytic statistical models and neural networks available
  • More to come...

About

Enterprise analytics and search, distributed, grid enabled platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 55.7%
  • PHP 26.3%
  • Java 8.1%
  • CSS 7.1%
  • HTML 2.8%
  • Shell 0.0%