Introduction

Welcome to the Infinit.e landing page! This sub-site is intended for integrators, developers, IT staff, technical analysts, researchers and similar roles, who want a technical overview of the platform and technical information about how to install, configure, exploit, integrate, or extend it.

For a higher level view, check out the following links:

In the spirit of the sort of analysis we would like to support, we will provide the remainder of this overview using the "5 Ws".

Who?

We are Ikanow, the developers of Infinit.e, the first Open Source document analysis platform. Our vision is XXX. 

What?

Infinit.e is a framework for collecting, storing, processing, retrieving, analyzing, and visualizing unstructured documents and structured records. 

Click on zoom button above to expand

Let's provide some clarification on each of the often overloaded terms used in that previous sentence:

  • By "processing" we mean the ability to apply complex logic to the data. Infinit.e provides some standard "processing", such as extraction of entities (people/places/organizations.etc) and simple statistics; and also the ability to "plug in" domain specific processing modules using the Hadoop API.
  • By "retrieving" we mean the ability to search documents and return them in ranking order, but also to be able to retrieve "knowledge" aggregated over all documents matching the analyst's query.
    • By "query"/"search" we mean the ability to form complex "questions about the data" using a DSL (Domain Specific Language).
  • By "analyzing" we mean the ability to apply domain-specific logic (visual/mathematical/heuristic/etc) to "knowledge" returned from a query.

TODO something about the generic data model and semi-structured data (eg that OKish slide)

TODO The following thumbnails (click to expand) show a complex query being built, and an example (TODO examples??) of visualizing the knowledge encoded in documents returned from the query. Note that although the screenshots show our webapp being used, in practice the Infinit.e platform can be integrated with any open front-end application or analytical chain.

TODO order these, annotate, remove Tim's name

Why...

... did we build it?

While supporting information analysts for the military and Government, we observed that the landscape of professional analysis tools is dominated by expensive proprietary products with limited flexibility, vendor lock-in, and requiring extensive and continuing  customization by expensive consultants.

Further, these tools had often originally been designed to analyze and mine structured records, whereas increasingly data is generated in a mix of unstructured documents and traditional structured records. Usually, unstructured documents dominate structured records in terms of readily available intelligence to be gleaned.

So we believed there was a gap in the market, if it could be filled.

We also observed that the Open Source community was developing tools that provided many of the core functions needed for an unstructured document-centric analysis tool (storage, search, aggregation, analytic frameworks). This provided some exciting new opportunities:

 Based on these needs and opportunities, we built Infinit.e, the first Open Source document analysis platform, using great OSS projects like Lucene, elasticsearch, Hadoop, MongoDB, tomcat, and many others. Our objectives are:

Key OSS technologies used in Infinit.e

... might you want to use it?

TODO I tihnk I have some notes under the design V0 section

TODO order these, annotate, remove Tim's name

When?

Starting with prototypes developed at MTCSC (since acquired by Mantech), we started development of the tool in November 2010, focusing on adopting the best OSS tools for the tool's different functions, productionizing their use, and glueing them together in a logical way.

We released the first Open Source version in March 2012, mostly under the Affero GPL license (with plugins and utilities mostly released under the Apache 2.0 license).

Development continues: check out our roadmap.

How...