All Projects → nasa-jpl-memex → Memex Explorer

nasa-jpl-memex / Memex Explorer

Licence: bsd-2-clause
Viewers for statistics and dashboarding of Domain Search Engine data

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Memex Explorer

Docker Superset
Repository for Docker Image of Apache-Superset. [Docker Image: https://hub.docker.com/r/abhioncbr/docker-superset]
Stars: ✭ 86 (-25.22%)
Mutual labels:  apache, dashboard
Goaccess
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
Stars: ✭ 14,096 (+12157.39%)
Mutual labels:  apache, dashboard
Light Blue Dashboard
🔥 Free and open-source admin dashboard template built with Bootstrap
Stars: ✭ 110 (-4.35%)
Mutual labels:  dashboard
Douban Movie
Golang爬虫 爬取豆瓣电影Top250
Stars: ✭ 114 (-0.87%)
Mutual labels:  crawler
Baiduspider
BaiduSpider,一个爬取百度搜索结果的爬虫,目前支持百度网页搜索,百度图片搜索,百度知道搜索,百度视频搜索,百度资讯搜索,百度文库搜索,百度经验搜索和百度百科搜索。
Stars: ✭ 105 (-8.7%)
Mutual labels:  crawler
Laqul
A complete starter kit that allows you create amazing apps that look native thanks to the Quasar Framework. Powered by an API developed in Laravel Framework using the easy GraphQL queries language. And ready to use the Google Firebase features.
Stars: ✭ 110 (-4.35%)
Mutual labels:  dashboard
Staradmin Free Angular Admin Template
Star Admin Angular Admin is a free admin template based on Bootstrap 4 and Angular
Stars: ✭ 112 (-2.61%)
Mutual labels:  dashboard
Linkcrawler
Cross-platform persistent and distributed web crawler 🔗
Stars: ✭ 109 (-5.22%)
Mutual labels:  crawler
Just Dashboard
📊 📋 Dashboards using YAML or JSON files
Stars: ✭ 1,511 (+1213.91%)
Mutual labels:  dashboard
Google Play Scraper
Node.js scraper to get data from Google Play
Stars: ✭ 1,606 (+1296.52%)
Mutual labels:  crawler
Pkulaw spider
爬取北大法宝网http://www.pkulaw.cn/Case/
Stars: ✭ 113 (-1.74%)
Mutual labels:  crawler
Next
Directus is a real-time API and App dashboard for managing SQL database content. 🐰
Stars: ✭ 111 (-3.48%)
Mutual labels:  dashboard
Instagram Profilecrawl
💻 Quickly crawl the information (e.g. followers, tags, etc...) of an instagram profile. No login required!
Stars: ✭ 110 (-4.35%)
Mutual labels:  crawler
Krisk
Statistical Interactive Visualization with pandas+Jupyter integration on top of Echarts.
Stars: ✭ 111 (-3.48%)
Mutual labels:  dashboard
Tarsweb
TARS Projects Dashboard
Stars: ✭ 110 (-4.35%)
Mutual labels:  dashboard
Patentcrawler
scrapy专利爬虫(停止维护)
Stars: ✭ 114 (-0.87%)
Mutual labels:  crawler
Pylinkvalidator
pylinkvalidator is a standalone and pure python link validator and crawler that traverses a web site and reports errors (e.g., 500 and 404 errors) encountered.
Stars: ✭ 109 (-5.22%)
Mutual labels:  crawler
Ajax Seo
Ajax SEO crawlable webapp framework with boosted UX
Stars: ✭ 110 (-4.35%)
Mutual labels:  apache
Graphquery
GraphQuery is a query language and execution engine tied to any backend service.
Stars: ✭ 112 (-2.61%)
Mutual labels:  crawler
Bilibili member crawler
B站用户爬虫 好耶~是爬虫
Stars: ✭ 115 (+0%)
Mutual labels:  crawler

Build Status Coverage Status

DISCLAIMER

Memex explorer has currently been put on hold. Support and development on this project has ceased for the immediate future.

memex-explorer

Memex Explorer is a web application that provides easy-to-use interfaces for gathering, analyzing, and graphing web crawl data.

Local Development

To setup your machine, you will need Anaconda or Miniconda installed. Miniconda is a minimal Anaconda installation that bootstraps conda and Python on any operating system. Install Anaconda from http://continuum.io/downloads or Miniconda from http://conda.pydata.org/miniconda.html

Clone the repository, then:

cd memex-explorer/source

Run the following commands:

$ ./app_setup.sh
$ source activate memex
$ supervisord

This script will set up a conda environment named memex, prepare the application by creating an empty database, then launch all of the necessary services for the application. If there are any problems with any of these commands, please report them as a GitHub issue.

If you have already run the install script, simply run supervisord from the memex-explorer/source directory to restart all of the services.

The supervisord will start supervisord in the foreground, which will in turn ensure that all services associated with the core Memex Explorer environment are running. To stop supervisord and the associated services, send an interrupt to the process with Ctrl-c.

Memex Explorer will now be running locally at http://localhost:8000

Testing

To run memex-explorer tests, use the following command from within an active environment:

$ py.test

Building the Documentation

The project documentation is written in reStructuredText and can be built using Sphinx.

$ cd docs
$ make html

The documentation is then available within build/html/index.html

Administration

To access the administration panel, navigate to http://localhost:8000/admin (or the equivalent deployed URL) after starting Memex Explorer. Here you will be able to view and make manual changes to the database.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].