summaryrefslogtreecommitdiff
path: root/src/main/java/com/p4square/groupsindexer/model
AgeCommit message (Collapse)Author
2018-12-04Remove emails and last namesJesse Morgan
2018-09-06Add location, leader email, and campus search fieldJesse Morgan
2018-08-04Dropping ElasticSearch in favor a single data fileJesse Morgan
The entire dataset is fairly small (116 kB), so I'm dropping the ElasticSearch cluster in favor of just writing the whole dataset into a file in S3. This lambda will run every 15 minutes and the client side will pull it down and filter the results.
2018-07-21Initial commit of groups search lambdasJesse Morgan