# Eclipse Hawk

Eclipse Hawk is a model indexing framework for fast, scalable querying of large
models. It mirrors a set of remote models (which may be broken up into many
small files) into a local database, so you can answer global queries without
having to keep the entire model in memory. Eclipse Hawk does not require you to
change modelling technology, and it allows for indexing model elements by
derived expressions and not just single attributes.

For further user documentation, please check the website at:

  https://www.eclipse.org/hawk/

Detailed contributor guidelines are available in the CONTRIBUTING file.