Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Lucida

Lucida is an ecosystem of micro-services that make RPC calls using Apache Thrift. Each service is built using common Thrift interface making micro-service communication efficient and flexible. The command center arbitrates communication between the services. Lucida has been tested with Ubuntu 14.04.

Current micro-services:

  • Automatic Speech Recognition (asr)
  • Question-Answering (qa)
  • Image Matching (imm)
  • DjiNN and Tonic (coming soon)

Dependencies

Lucida depends on the following packages and their dependencies (many of which can be installed from the package manager):

Building Lucida

  • Download and build the C++ and Java bindings for Apache Thrift
  • Build the command center
  • Build each micro-service following each provided README

Learn

Use the learning service to teach Lucida new knowledge from a range of different sources. Check out the provided Readme.

Queries

  • Start the command center first following the instructions in the command center's README
  • Start each of the services separately assuring they correctly register with the command center (check the output)
  • A command center client is provided in command center to test the command center and the micro services' execution.