Git Product home page Git Product logo

enron-database's Introduction

Enron Email Indexer Project

mamuro-email

This project is a web application created using Vue.js, Vuex, Golang, ZincSearch, and Chi router for Golang as backend, which performs indexing and search of emails from the Enron corpus. The Enron email corpus is a collection of over 500,000 emails that were sent and received by Enron Corporation.

Dependencies

  • Golang
  • Vue.js
  • Vuex
  • ZincSearch (similar to Elasticsearch)
  • Chi router for Golang

Installation

  1. Clone this repository to your local machine.
  2. Install Golang if not already installed.
  3. Install ZincSearch by going to the ZincSearch repository and following the installation instructions.
  4. Install Vue.js and Vuex if not installed by running npm install vue and npm install vuex respectively.
  5. Install Chi router for Golang by running go get -u github.com/go-chi/chi/v5.
  6. Run go mod download to download Go module dependencies.

Usage

  1. To start the application, go to the run directory of the project using cd run in your terminal and then run ./mamuro -p <PORT> -d <PATH> (OPTIONAL) to start the server. (<PORT> is the desired port to run the server and <PATH> is for the path for the web environment, by default is "../mamuro-email/dist"). You should be able to see the application running by accessing localhost:<PORT> in your browser,.
  2. To index the Enron email corpus, run first cd indexer and then ./indexer <PATH> where <PATH> is the path to the directory containing the Enron email corpus.
  3. You can now start searching for emails using the search bar at the top of the application. You can search for emails by keyword or phrase, sender or recipient, and date range.
  4. The results of your search will be displayed on the page with email metadata, including sender, recipient and subject. You can read the content of each email by clicking on it.

Enron Email Data

Contributing

Pull requests and contributions are always welcome. If you want to contribute to this project, please follow these steps:

  1. Fork this repository.
  2. Create your feature branch (git checkout -b feature/your-feature).
  3. Make necessary changes and improvements.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature/your-feature).
  6. Create a new Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

enron-database's People

Contributors

nervesscat avatar

Watchers

 avatar

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.