forked from lgiorda/Proteus-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
18 lines (17 loc) · 844 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pharos - Named entity recognition and linking
Triton - Backend search service that collects responses from multiple sharded search servers
Pontus - Front-end web service written in the Lift web framework
Temporal - Some exploratory work on temporal data mining
Phokas - Wrap book text in <strike>putrid sealskin</strike> TEI XML
Morpheus - New front-end web service using the Scalatra lightweight router, and Scalate for templating.
Aura - New proteus service using finagle/thrift
Morpheus and Aura:
These two subprojects compose a single SBT subproject. All dependencies and settings for each are
contained in the root project directory, in ProteusBuild.scala (if you'd like to "t" search it).
To compile the thrift code:
from root directory enter sbt
>> project aura
>> scrooge-gen
To start webapp:
>> project morpheus
>> container:start