-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
28 lines (24 loc) · 934 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Scala RegPub Robot
======================================
This is a web parser for Registro Publico de Panama to look for companies registered (useful for any newspaper).
At a glance
----------------------
*Using Akka 2.0 in Master/Worker classs
*Pimp My Library in JSoupExtensions
*Cake Pattern, which I'm not sure is the correct implementation, for the Storage trait
*jSoup for HTML parsing
*Have a trait for either ScalaJ or Dispatch. Using ScalaJ because Dispatch requires to set the correct charset
*MongoDB for storage
*Java wrapper for creting runnable jar
Take note that this is not using SBT , which I tried but is failing to work properly.
You will need these libraries
*Akka 2.0
*Casbah commons, core and query
*Commons logging
*Dispatch core and http
*Http Client and Core (Dispatch dependencies)
*Joda Time (MongoDB dependency)
*jSoup
*MongoDB 2.7.3 and Driver
*ScalaJ collection and http
*SF4LJ (MongoDB dependency)