Git Product home page Git Product logo

datadiscovery's Introduction

DataDiscovery

DataDiscovery is a small application that attempts to get information from various different datasources via API's and display them in one place. It uses a mini-framework to add new datasources to the application by writing and adapter and using a config file in the DataSources folder.

On adding a new datasource

Create a new folder in the DataSources folder with the following naming convention: [source]DataSource (i.e. FacebookDataSource)
Create a config.php and a [source]DataSource.php file that extends the AbstractDataSource class found in the DataSource folder. Please check DataSources/AbstractDataSource.php for more information on what is expected.

On showing information from a new datasource

All you have to do is add a div with class "datasource" and id with the same name as your datasource class (i.e. FacebookDataSource) to index.php and that div will be populated with the datasource's information. This is populated by script.js in the js folder, which uses getData.php in the /Requests folder.

-> Written by Kay Ashaolu, 2012

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.