Skip to main content

mediastream

Project description

MEDIA STREAM SERVICE

Goal: To create a service that will:
- Aggregate the search for media from disparate sources asynchronously
- Provide a feed for the results for internal or external clients

Requires a backgrond job to run and collect the items
Requires a URL to the feed
Requires a URL to the page for the stream

Models:

Services:
?? iNaturalist, YourShot, Instagram, flickr, etc.

Media Stream - An aggregation (with configurable refresh) of media from one or more sources based on search terms

Media - Information about an individual media item for a stream found on a service.

Service audit - Information about the results of a job


Feed

/slug-name/feed?count=&page=&since=
[{
'title': '',
'description': '',
'when_taken': 'YYYY-MM-DD HH:MM:SS +4:????',
'latitude': 0.0,
'longitude': 0.0,
'service': '',
'license': '',
'artist': '',
'tags': '',
'media_type': '',
'media_url': '',
'media_width': 0,
'media_height': 0,
'service_url': ''
}, ...]
/slug-name/status
[{
'service': '',
'last_ran': 'YYYY-MM-DD HH:MM:SS +4:????',
'success': true,
'error': ''
}, ...]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_mediastream-0.1-py2-none-any.whl (29.9 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page