Coder Social home page Coder Social logo

major-tom's Introduction

Road Rules Search Engine

This repository contains the code and Docker Images of our road regulations search engine.

Why a road regulations search engine?

Finding accurate and up to date information online is not easy for everybody, especially when it comes to the law. There is no simple way of searching long documents for a specific articles without matching the text completly or having to only use keywords. Our search engine allows users to do complete sentence queries and get articles that match what they are searching for with high accurracy.

How?

Our application is divided into multiple microservices to be language agnostic. Also, our apps are containerized so that they can run everywhere, on-prem, cloud, hybrid, etc.

Frontend

A React App that connects to the backend and serves content to the user.

Backend

A Node.js backend that connects to the front end using GraphQL.

Keywords

Using Google Cloud's Natual Language Processing Engine, the keywords service extracts keywords from text and returns them.

Search Engine

The search engine is responsible of interpreting queries and connecting with other services to retrieve the matching articles.

Parser/Database

The parser was responsible of downloading, parsing and saving the document's articles. Then the database endpoint was responsible of interacting with the database and returning all articles and keywords per the queries of other services.

major-tom's People

Contributors

dmosc avatar domene99 avatar jaimehisao avatar ssmall avatar

Watchers

James Cloos 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.