Skip to content

Commit

Permalink
Merge pull request #476 from odidev/spring-postgis
Browse files Browse the repository at this point in the history
Add Spring-cloud-openfeign and PostGIS files
  • Loading branch information
zachlasiuk authored Sep 27, 2024
2 parents 5c14751 + 4a8cac4 commit 9cc341e
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions content/opensource_packages/postgis.md
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".

---
29 changes: 29 additions & 0 deletions content/opensource_packages/spring-cloud-openfeign.md
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.

---

0 comments on commit 9cc341e

Please sign in to comment.