Giter VIP home page Giter VIP logo

eureka's Introduction

eureka!

Lucene-based search engine for your source code.

What it is

eureka is a web application that harnesses the power of Lucene to index and search your source code. The web application runs locally on your desktop in a docker container, so there is nothing to install (other than Docker itself). You must give eureka access to your source code folder using the -v option of Docker command-line.

How to run

First install Docker Desktop if you haven't already. Then in Docker Settings screen share the drive containing files you want to index and search.

Then open Command Prompt and type the following command. Make sure to replace <path> with the path to your source code folder, for example c:\repos.

docker run --rm -d -v <path>:/projects -p 8888:8080 --name eurekasearch eurekasearch/eurekasearch:latest

That's it! You are now running eureka! In your web browser go to http://localhost:8888/search/ to index and search your source code.

Key features

  • Configurable indexing: Specify file extensions that are indexable and folders to skip. Other search tools just start indexing as soon as they are installed, and they choke when they come to large folders such as node_modules which should not even be indexed in the first place.
  • Filter search results, for example to exclude test folders and only show certain file types.
  • Use the integrated full-fledged source code viewer (Monaco editor from VSCode) to view your source code.
  • Feedback during the indexing process. In the web interface you can see what is being indexed. Other tools just disappear for hours, leaving you to wonder what it is doing, or whether it is doing anything at all.
  • Integrated file and directory browsing. (Press down arrow on the path displayed above the file viewer.)
  • Designed for searching files on your local hard disk. Files can simply be in a folder; git repo not needed.
  • Supports git: you can view change history and diffs if your source code is in a local git repo.

How to build

If you would like to build the Docker image on your machine follow the build instructions.

Screenshot of search page

eureka's People

Contributors

rajeev-k avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

wisercoder

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.