forked from Chiru/FIWARE-POIDataProvider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (73 loc) · 3.54 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<html>
<head>
<title>FIWARE POI Page</title>
</head>
<body>
<h1><a href="https://www.fiware.org/">FIWARE</a> - POI Data Provider</h1>
<h2><a href="https://en.wikipedia.org/wiki/Point_of_interest">POI</a> Data Provider <i>generally</i></h2>
<div id="the-whole-thing" style="position: relative;">
<div id="leftThing" style="position: relative; width: 50%; float: left;">
<ul>
<li>A POI data provider stores and provides information based on location</li>
<li>Searches based on area e.g. circle or bounding box.</li>
<ul>
<li>Filtering of results using other data values e.g. category or tags</li>
</ul>
</ul>
</div>
<div id="rightThing" style="position: relative; width: 50%; float: left;">
<img src="docs/img/restaurant_query.png" style="max-width:100%;"/>
</div>
</div>
<h2>FIWARE - POI Data Provider</h2>
FIWARE POI (Points of interest) Generic Enabler is a web server kit that supports
<ul>
<li>storing information related to locations
<li>serving queries by location and other criteria
<li>can be configured to meet your data needs
</ul>
FIWARE POI Generic Enabler makes it relatively easy to
<ul>
<li>Relate any information to places, e.g.</li>
<ul>
<li>Tourist attractions / services</li>
<li>Photos, videos, 3D content</li>
<li>Special location data of your business</li>
<li>Imaginary items of an outdoor game</li>
<li>...
</ul>
<li>Search information by location and other criteria</li>
<li>Store information by location</li>
<li>Develop an application that utilizes those capabilities</li>
</ul>
<i>Specially</i> FIWARE POI Generic Enabler allows you to
<ul>
<li><b>combine</b> your own data with public POI data</li>
<li><b>speed up</b> mobile operation by fetching only the data your application needs</li>
<li>define and use own data structures, if need for <b>extra flexibility</b></li>
<li><b>distribute</b> your service and data to several separately managed servers</li>
<li>store texts and links in <b>several languages</b></li>
</ul>
<h2>API Documentation</h2>
<ul>
<li><a href="https://apiary.io/how-it-works"><i>Apiary</i></a> <a href="http://docs.fiwarepoi.apiary.io/#">FIWARE POI Documentation</a></li>
<li><a href="docs/apiary_docs/html/poi_dp_apiary_blueprint.html">Apiary HTML</a></li>
<li><a href="https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/POI_Data_Provider_Open_API_Specification">API Specification</a>
</ul>
<h2>Software Downloads</h2>
<ul>
<li><a href="https://github.com/Chiru/FIWARE-POIDataProvider/archive/r4.4.zip">R4.4 zip</a></li>
<li><a href="https://github.com/Chiru/FIWARE-POIDataProvider.git">Git clone</a>
</ul>
<h2>Other documentation</h2>
<ul>
<li><a href="http://fiware-poidataprovider.readthedocs.org/en/latest/POI_Data_Provider__Installation_and_Administration_Guide/">POI Data Provider - Installation and Administration Guide</a></li>
<li><a href="http://fiware-poidataprovider.readthedocs.org/en/latest/POI_Data_Provider__User_and_Programmers_Guide/">POI Data Provider - User and Programmers Guide</a></li>
<li><a href="https://docs.google.com/presentation/d/1Z3i_F1BFtzqKNRsmToBwby3c0KLwZzRWusasvBu7n7A/pub#slide=id.p14">Presentation slides</a> For more information hit "s" or click Options -> Open speaker notes</li>
</ul>
<h2>Questions & Answers</h2>
Use tag "fiware-poi" in <a href="http://stackoverflow.com/questions/tagged/fiware-poi">stackoverflow</a>.
<h2>Legal</h2>
Software associated to the POI Data Provider Generic Enabler product is provided as open source under <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License 2.0</a>.
</body>
</html>