Skip to content
This repository was archived by the owner on Jul 28, 2021. It is now read-only.

DaniBarcelo/lab5-soa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Engineering 2020-2021 / SOA

In this assignment your PR must only modify the README.md file. Please, go to the Wiki in order to get the instructions for this assignment.

Primary goal

The objective is to extend the query interface to support the command max:n, where n is a number. max sets a limit in the number of retrieved tweets. That is cool max:10 must return at most 10 tweets. There are several ways to do it. You can use the parameter q or create additional parameters. There is a restriction. You must explicitly tell the API Twitter to enforce such a limit. Read the documentation of the Twitter Search component of Apache Camel to discover how.

You need to apply for a free Twitter developer account. Do not add application.properties with the Twitter tokens to your git!

Note: the Twitter Search endpoint is configured using URI syntax twitter-search:{string}[?param=value[&param=value]*]

Secondary goals (:gift:)

Done:

Proposed:

  • The possibilities of Camel are endless; you can propose your idea for a 🎁.

Manifest your intention first by a PR updating this README.md with your goal. If you desist of your goal, release it by a PR so other fellow can try it.

NIA User name Repo Improvement Score
758267 Pedro Allué piter1902/lab5-soa
760704 Álvaro García Alvarogd6/lab5-soa
757755 Andrés Otero García andrewknoll/lab5-soa Create an operator "-" to filter out tweets that contain a keyword 🎁
758906 rauljavierre rauljavierre/lab5-soa Use Camel for keeping a copy of responses in a database 🎁
757153 Fran-sw lab5-soa
758803 Daniel González Uncastellum/lab5-soa
760739 Alberto Calvo AlbertoCalvoRubio/lab5-soa Use Camel for providing a REST endpoint for queries 🎁
761319 Markles01 lab5-soa
739202 luisgg98 luisgg98/lab5-soa
757715 Hayk Kocharyan hayk99/lab5-soa
755742 jtambo99 jtambo99/lab5-soa
766685 Enrique Ruiz TheRealFreeman/lab5-soa Use Camel for providing a WebSocked endpoint for queries 🎁
756123 Rogelio Antonio Lacruz Mirallas RogorStuff/lab5-soa
758325 Irene Fumanal Lacoma irefu/lab5-soa
740491 José Ignacio Hernández 740491/lab5-soa
740491 Martín Gascón MartinGasconL/lab5-soa
761754 David Alloza Tejero david-AT/lab5-soa
738845 Víctor Martínez viriannn/lab5-soa
756308 Álvaro Santamaría SanTa45zgz/lab5-soa
758635 Daniel Huici Meseguer Kifixo/lab5-soa Throttle the route to avoid be banned by Twitter 🎁
756308 Eduardo Ruiz eduardoRuizC/lab5-soa
758807 Jorge Garcia jgarciapueyo/lab5-soa Enrich the response with moustache 🎁
723883 Jorge Turbica turbica/lab5-soa
740241 Sergio Álvarez sergio-alv/lab5-soa
755769 Saúl Flores saul205/lab5-soa
739324 elenamv13 elenamv13/lab5-soa
719974 Sergio Martínez Sergio-Martinez-97/lab5-soa
738737 Víctor Jarreta VJarreta/lab5-soa
735041 Eduardo Díaz ediazl/lab5-soa
737070 Daniel Barceló DaniBarcelo/lab5-soa

About

Laboratory 5: SOA - Deadline 2020-12-18

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.2%
  • Java 32.0%
  • JavaScript 8.8%