-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #476 from odidev/spring-postgis
Add Spring-cloud-openfeign and PostGIS files
- Loading branch information
Showing
2 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: PostGIS | ||
category: Database | ||
description: PostGIS extends the capabilities of the PostgreSQL by adding support for indexing, storing, and querying geospatial data. It further provides features like Spatial Data Storage, Spatial Indexing, Spatial Functions, Geometry Processing, Raster Data Support, Geocoding and Reverse Geocoding, and Integration. | ||
download_url: https://download.osgeo.org/postgis/source/ | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 3.3.3 | ||
release_date: 2023/05/29 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://postgis.net/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://postgis.net/docs/postgis_installation.html | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: There are no release notes for Linux/ARM64. Postgis version 3.3.3 can be built from source from version 3.3.3 on Neoverse N1. Prior versions fail to build. Before building postgis, GEOS has to be built and installed from source, following [this](https://libgeos.org/usage/download/#build). Also, the following dependencies are required to be installed via apt "apt-get install -y wget vim build-essential postgresql proj-bin libproj-dev gcc make cmake software-properties-common libxml2-dev libjson-c-dev llvm gdal-bin protobuf-c-compiler libjsoncpp-dev libprotobuf-dev libprotobuf-c-dev libgdal-dev libpq-dev postgresql-server-dev-all". | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: Spring Cloud OpenFeign | ||
category: Miscellaneous | ||
description: Spring-cloud-openfeign integrates OpenFeign with Spring Boot apps through autoconfiguration and binding with the Spring Environment, where Feign is a Java to HTTP client binder. | ||
download_url: https://github.com/spring-cloud/spring-cloud-openfeign/tags | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: v2.0.0.M1 | ||
release_date: 2018/02/27 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://spring.io/projects/spring-cloud-openfeign | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://github.com/spring-cloud/spring-cloud-openfeign?tab=readme-ov-file#basic-compile-and-test | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: There are no release notes mentioning Linux/ARM64 support. The least tag available on github, i.e. v2.0.0.M1, can be built and installed with "./mvnw install" on Neoverse N1. | ||
|
||
--- |