[135] | 1 | .. _kernel-introduction: |
---|
| 2 | |
---|
[136] | 3 | Introduction |
---|
| 4 | ============ |
---|
[135] | 5 | |
---|
| 6 | ZOO Kernel is a the heart of the ZOO. It is a powerful server-side C Kernel which makes |
---|
| 7 | it possible to manage and chain Web services, by loading dynamic libraries and handling |
---|
| 8 | them as on-demand Web services. The ZOO Kernel is written in C language, but supports |
---|
| 9 | several common programming languages in order to connect to numerous libraries and models. |
---|
| 10 | |
---|
| 11 | Using ZOO Kernel as a Web Processing Platform |
---|
| 12 | --------------------------------------------- |
---|
| 13 | |
---|
| 14 | ZOO Kernel works with Apache and can communicate with cartographic engines and Web mapping |
---|
| 15 | clients. It simply adds the WPS support to your spatial data infrastructure and your |
---|
| 16 | Web mapping application ! |
---|
| 17 | |
---|
| 18 | Supported Languages |
---|
| 19 | ------------------- |
---|
| 20 | |
---|
| 21 | ZOO Kernel supports the following programming languages, and let you use them to create |
---|
| 22 | new ZOO Services from new or existing code : |
---|
| 23 | |
---|
[137] | 24 | ============ =================== ========================= ============ |
---|
| 25 | **Language** **ServiceProvider** **DataStructure** **Return** |
---|
| 26 | ------------ ------------------- ------------------------- ------------ |
---|
| 27 | C / C++ Shared Library maps* M integer |
---|
| 28 | Fortran Shared Library CHARACTER*(1024) M(10,30) integer |
---|
| 29 | Java Class File HashMap integer |
---|
| 30 | Python Module File dictionary integer |
---|
| 31 | PHP Script File Array integer |
---|
| 32 | Perl Script File integer |
---|
| 33 | JavaScript Script file Object or Array Array/Object |
---|
| 34 | ============ =================== ========================= ============ |
---|
[135] | 35 | |
---|
[137] | 36 | ZOO Kernel is a WPS Espresso Machine |
---|
| 37 | ------------------------------------ |
---|
[135] | 38 | |
---|
[137] | 39 | .. image:: ../_static/images/zoo_kernel_scheme.png |
---|
| 40 | |
---|
| 41 | |
---|