Giter Site home page Giter Site logo

cse573-t4-spring24's Introduction

CSE573-T4-Spring24

  • Group #4
  • Project #22: Dark Web Crawling
  • Group Members:
    • Arnav Aghav
    • Rachel Guzman
    • Yang Husurianto
    • Yumi Lamansky
    • Saidubabu Mallela
    • Wangyang Ying

Abstract โ€” Scraping the Dark Web involves extracting data from hidden online platforms that are not indexed by traditional search engines. The Dark Web is often associated with and used in the context of criminal activity due to its user anonymity and privacy features. Due to its hidden nature and extra hurdles needed to go through to reach the Dark Web compared to the worldwide web, crawling of the Dark Web allows for a glimpse into what occurs. Crawling of the Dark Web enables the extraction of information and the ability to index it for future retrieval and data analysis. In this project, we crawl the Dark Web, extract its data, and index its contents. We offer a user-friendly interface with search capabilities to examine the most recent information collected from the Dark Web.

Apache Solr

Instructions to setup the Apache Solr server will be for Windows.

Prerequesites

To start the Apache Solr server:

./bin/solr start -e cloud

This will prompt configuration options. For the purpose of this project and demonstration, one node, one shard, and one replica on the default port will be sufficient. Use the default configuration for collections.

Indexing Data

Apache Solr will index data through the following command:

java -jar -Dc=<collection_name> -Dauto post.jar <path_to_data>

NOTE: post.jar has been moved for simplicity, a default installation of Apache Solr will have a path of example\exampledocs\post.jar.

The data should now be queryable through any REST query or viewable through: http://localhost:8983/solr

cse573-t4-spring24's People

Contributors

ylamansky avatar yanghusurianto avatar arnavaghav avatar

Watchers

Saidu Mallela avatar  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.