https://github.com/tdt/core
Transform any dataset into an HTTP API with The DataTank
https://github.com/tdt/core
datatank government-data open-data php
Last synced: 23 days ago
JSON representation
Transform any dataset into an HTTP API with The DataTank
- Host: GitHub
- URL: https://github.com/tdt/core
- Owner: tdt
- Created: 2013-01-03T15:07:00.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T16:47:46.000Z (almost 6 years ago)
- Last Synced: 2025-12-20T13:14:30.396Z (about 1 month ago)
- Topics: datatank, government-data, open-data, php
- Language: PHP
- Homepage: http://thedatatank.com
- Size: 20.5 MB
- Stars: 82
- Watchers: 15
- Forks: 30
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tdt/core
[](https://gitter.im/tdt/core?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://packagist.org/packages/tdt/core)
[](https://travis-ci.org/tdt/core) [](https://www.versioneye.com/php/tdt:core)
The DataTank core is the framework in which the main application of The DataTank is built. The DataTank is a web application that publishes data to URIs in web readable formats. This means that you provide a nice JSON, XML, PHP, ... serialization on a certain URI of data that resides somewhere in a CSV, XLS, XML, JSON, SHP, ... file or any other machine readable data container. In short, it provides an instant REST API on top of any machine readable data.
## Installation
[Installation docs](http://docs.thedatatank.com/5.12/installation)
## Front end
Run `npm install` when upgrading to 6.6
`gulp` will build all static assets for production
`gulp serve` will watch `*.js` & `*.scss`
`gulp js` will minify the jQuery source
`gulp webpack` will build the Vue project (currently only for homepage)
# Read more
If you want to read more about The DataTank project visit our [website](http://thedatatank.com) or take a look at our [documentation](http://docs.thedatatank.com).
The DataTank is free software (AGPL, © 2011,2012 iRail NPO, 2012 Open Knowledge Belgium) to create an API for data in no time.
Any questions? Add a support issue!