Skip to content

guumaster/bookdbtastic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookdbtastic

This repo is a fork of bookdbtastic with lots of changes. What I've done is:

  • added docker-compose for all components (book app, mongo, elk stack)
  • all dependencies updated (including mongoosastic)
  • added more mapped fields to the book model
  • added scripts for bulk load/indexing of books ( both CLI and server routes)
  • separated code in smaller modules to improve readability

Requirements

usage

git clone https://github.com/guumaster/bookdbtastic.git
cd bookdbtastic
docker-compose up -d

Then open http://localhost:3000/ to see the app, or http://localhost:8080/ to interact with Kibana.

TODO

  • improve logging on loader/indexer routes
  • link pagination on searches
  • create a kibana4 dashboard
  • try to embed kibana4 charts on express server

About

Mongoosastic enabled bookdb example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published