11 | | In the sequel we refer to `$RMANHOME` as the rasdaman installation directory. When compiling from source, it is` /opt/rasdaman`by default. |
12 | | |
13 | | * [wiki:Download Downloading rasdaman] |
14 | | * [source:manuals_and_examples/manuals/doc-guides/inst-guide.pdf Installation and Administration Guide] (as of 9.2, still slightly behind - best use the wiki page mentioned above) |
15 | | * Only if you want to use PostgreSQL as pixel store, rather than rasdaman's native storage manager: [source:manuals_and_examples/manuals/doc-guides/external-guide-POSTGRESQL.pdf PostgreSQL connector] and [wiki:Performance Performance and various PostgreSQL bits and pieces] |
16 | | * [wiki:Configuration Configuration files & directories overview] |
17 | | * Local Installation Documentation: Open `$RMANHOME/share/rasdaman/doc/index.html` in a Web browser. In addition to the documents referenced on this wiki page this local documentation set contains a browseable HTML documentation of the APIs, plus programming and query examples. |
| 11 | To install and setup rasdaman start [http://doc.rasdaman.org/02_inst-guide.html#getting-started here]. |
22 | | * [source:manuals_and_examples/manuals/doc-guides/ql-guide.pdf Query Language Guide for rasql]; query examples therein rely on the demo data, delivered with rasdaman, which can be inserted through `rasdaman_insertdemo.sh`. Hence, all examples can be readily run. |
23 | | * [wiki:PartialUpdates Partial updates explained] (or how to insert large amounts of data in rasdaman) |
24 | | * [source:manuals_and_examples/manuals/doc-guides/dev-guide-c++.pdf C++ Development Guide] |
25 | | * [source:manuals_and_examples/manuals/doc-guides/dev-guide-java.pdf Java Development Guide] |
| 16 | * [http://doc.rasdaman.org/04_ql-guide.html Query Language Guide for rasql]; query examples therein rely on the demo data, delivered with rasdaman, which can be inserted through `rasdaman_insertdemo.sh`. Hence, all examples can be readily run. |
| 17 | * [http://doc.rasdaman.org/08_dev-guide-cpp.html C++ Development Guide] |
| 18 | * [http://doc.rasdaman.org/09_dev-guide-java.html Java Development Guide] |
| 19 | * [http://doc.rasdaman.org/10_dev-guide-raswct.html rasdaman Web Client Toolkit Developer Guide] |
46 | | * general overview and tutorial: [Workshops/BigDataRasdamanApproach Spatio-Temporal Big Data: the rasdaman approach] |
47 | | * [wiki:PetascopeUserGuide User Guide] and [wiki:PetascopeDevGuide Developer Guide] to rasdaman's geo service interface, petascope |
48 | | * data import [wiki:WCSTGuide WCS-T] + [wiki:WCSTImportGuide WCS-T ingestion tool guide] for petascope |
49 | | * [wiki:SecoreUserGuide User Guide for SECORE] + [wiki:SecoreDevGuide Developers Guide] |
| 39 | * [http://doc.rasdaman.org/05_geo-services-guide.html Guide] to rasdaman's geo service interface, petascope |
| 40 | * [http://doc.rasdaman.org/06_crs-manager.html Guide] to rasdaman's CRS manager, SECORE (mostly useful for developers) |