Questions tagged [aggregators]
16 questions
29
votes
8 answers
How do craigslist mashups get data?
I'm doing some research work into content aggregators, and I'm curious how some of the current craigslist aggregators get data into their mashups.
For example, www.housingmaps.com and the now closed www.chicagocrime.org
If there is a URL that can be…

pearcewg
- 9,545
- 21
- 79
- 125
4
votes
3 answers
Best practices for developing a feed aggregator / proxy?
I'm looking into writing a proxy aggregator for feeds, where a handful of users specify a feed URL and some set of conditions, and the system outputs a continually-updated RSS/Atom feed of entries that match those conditions.
Are there best…

Anirvan
- 6,214
- 5
- 39
- 53
4
votes
2 answers
Twilio - how do they send/receive SMS
I'm interested to find out how twilio's SMS sending/receiving feature works, on long codes, or local numbers
Outside of the states, mobile originated SMS terminated on a long number is very common, however, inside the US I had thought that the MMA…

Eoin
- 767
- 3
- 12
3
votes
1 answer
SQL Pivot MIN( COUNT (
I have a complicated MS SQL 2005 query with a PIVOT in it...
I have data like this :
Data ( clients left join visits ):
ClientID VisitID ServiceID
1 34 5
1 36 2
1 36 5
1 45 2
1 48 2
1 …

rlb.usa
- 14,942
- 16
- 80
- 128
2
votes
2 answers
Unable to get Aggregator to work
I am trying to understand the Aggregator basics. Below is the use case I am trying to implement:
1) Read message (order details) from queue.
…

Cisco Java
- 233
- 3
- 13
2
votes
2 answers
Aggregating from various sources
It could be a project well beyond my skills right now but I've got around one full month to spend on it so I think I can do it. What I want to build is this: Gather news about a specific subject from various sources. Easy, right? Just get the rss…
user103798
2
votes
2 answers
Is there a service that can take a feed and produce a daily digest from it?
I run a feed aggregator (http://planetdb2.com/) and I need to aggregate both prolific (many posts a day) and less prolific (one post a day at most) feeds.
Creating a daily digest -- one post summary of the day's posts -- seems like the best…

Leons Petrazickis
- 21
- 1
2
votes
2 answers
Is there a good .NET version of DelphiFeeds.com?
Delphifeeds.com aggregates a large number of Delphi-related feeds that include both the official feeds from Embarcadero and independent bloggers from the community. I am looking for a similar thing for .NET and C# in particular. I am aware of course…

Cobus Kruger
- 8,338
- 3
- 61
- 106
1
vote
0 answers
Using JDBCMessageStore in Aggregator
I am trying to understand the behaviour of Aggregator when using JDBCMessageStore. Below is my use case:
1) Read message(order details) from queue.
…

Cisco Java
- 233
- 3
- 13
1
vote
4 answers
Drupal Aggregator input format
Drupal Aggregator core module is a useful one but suffers many problems. There are many talking about improving it in Drupal 7.
Right now I'm using Aggregator module which comes with Drupal 6. I'm building an aggregation site, and there is one BIG…

Khaled Al Hourani
- 3,277
- 3
- 20
- 17
1
vote
1 answer
Spring Integration Aggregator + JDBC Message Store performance
The performance of aggregator to process JMS messages along with persistence message store is very low. Like for a simple example given below the messages processed are between 25-28 msgs per second.
Is this the normal behavior? Or am I doing…

GUMMY
- 31
- 5
1
vote
1 answer
When using Aggregate objects do you use custom collections for the associations or not?
For example is it better to have:
public class Case : EntityIdentifiable
{
public Jobs Jobs { get; set; }
public Vehicles Vehicles { get; set; }
public Locations Locations {get;set;}
public IDistances Distances { get; set; }
}
or…

Tomas Pajonk
- 5,132
- 8
- 41
- 51
0
votes
1 answer
Yahoo Pipes, configure a pipe at runtime with as many URLs as needed
I'm having trouble to do something that I though it would be a 5 minutes thing.
I want to create a Pipe that accepts at runtime as many URLs as needed. I know how I can combine many URLs within the editor, but I want a Pipe that anybody can…

Juan Delgado
- 2,030
- 15
- 18
0
votes
0 answers
GeoRSS aggregators?
Are there still any functioning GeoRSS aggregators out there?
I'm basically thinking of a blog aggregator, but specifically one that only indexes posts that have coordinates associated with them.

MastaBaba
- 1,085
- 1
- 12
- 29
0
votes
1 answer
Making my site show up in news aggregators
I keep running into posts about creating a news aggregator, but how do I make my site (a blog/news site) compatible with one? My office received an email about making our site "Feedly-friendly," but I'm trying to figure out if there is a generic way…

Darkseven
- 75
- 1
- 1
- 5