GithubHelp home page GithubHelp logo

niweera / wordhunter-v2 Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 2.0 182 KB

WordHunter platform developed with Java Spring Boot in microservices architecture

Home Page: https://wordhunter.niweera.gq/

License: MIT License

Java 100.00%
java java-spring-boot microservices eureka-server hystrix redis ribbon feign-client maven

wordhunter-v2's Introduction

License: MIT HitCount

WordHunter-V2

WordHunter-V2 is now live on https://wordhunter.niweera.gq

(WordHunter-V1 is live on here)

WordHunter lets you to find the words for the letters you have when you are playing Scrabble.

The following is the basic architecture of the WordHunter application. (The web application will use the WordHunter-API to get the results according to the letters that the user has given.)

Example use case

User wants to find words which can be created from z, o, o

The WordHunter service will provide the following results.

  1. zoo - An establishment which maintains a collection of wild animals, typically in a park or gardens, for study, conservation, or display to the public.
  2. oo - A honeyeater (bird) found in Hawaii, now probably extinct, which had a thin curved bill and climbed about on tree trunks.

(The initial version only gave the words which contains all the letters. This version provides all the letter combinations.)

Meta

Nipuna Weerasekara โ€“ @Niweera โ€“ [email protected]

Distributed under the MIT license. See LICENSE for more information.

https://github.com/Niweera/wordhunter-v2

WordHunter-V2 is a combination of several microservices written in Java Spring Boot. All services are cached with Redis server, load balanced with Ribbon Client and short-circuited with Netflix Hystrix. Inter-service communication is done via FeignClient and WebFlux WebClient.

  1. GoogleDict - (Dictionary API Service)
  2. Enygma - (Enygma Service for getting anagrams for a given letter combinations)
  3. WordHound - (WordHound Service uses WordCache DB for providing definitions to a given word. It uses GoogleDict Service to populate the WordCache DB [A MongoDB instance])
  4. WordHunter-API - (The main entry-point to the WordHunter application, basically provides the words, and their definitions for a given letter combination)
  5. Eureka-Server - (Eureka Discovery Server for service discovery)
  6. WordHunter-UI - (UI for the WordHunter application)

Contributing

  1. Fork it (https://github.com/Niweera/wordhunter-v2/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Acknowledgement

Thanks to Ammoniya for pointing me in the right direction.

wordhunter-v2's People

Contributors

niweera avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.