Kenyon is a software platform that facilitates static software evolution research by automatically extracting configurations from source code management systems, running static analysis tools on the configurations to extract facts, and storing the results in a database. This allows research projects to share data and technologies while avoiding redundant computation. Kenyon extracts logical configurations that represent the state of the software at specific points in time, calculates configuration deltas, and invokes customizable fact extraction tools. It uses Hibernate to persist the extracted facts to a database for efficient querying and retrieval to support various evolution analyses.