Giter Site home page Giter Site logo

felipedeaujaques / georocket Goto Github PK

View Code? Open in Web Editor NEW

This project forked from georocket/georocket

0.0 0.0 0.0 3.02 MB

๐Ÿš€ GeoRocket - A high-performance data store for geospatial files.

Home Page: https://georocket.io

License: Apache License 2.0

JavaScript 3.94% Kotlin 95.03% ANTLR 0.78% Dockerfile 0.25%

georocket's Introduction



GeoRocket


A high-performance data store for geospatial files

Apache License, Version 2.0 Actions Status

GeoRocket can store geospatial files such as 3D city models (CityGML), GML and GeoJSON files. Any file saved in GeoRocket can be completely restored later. No information is lost.

Powered by popular Open-Source framework Elasticsearch, GeoRocket offers a wide range of high-speed search features. You can perform spatial queries and search for attributes, layers and tags.

GeoRocket is ready for the Cloud. It is event-driven and designed for high performance and scalability. GeoRocket offers APIs and an HTTP interface which allows it to be integrated in existing applications.

Official website

For more information about GeoRocket including comprehensive documentation, visit the official website:

๐Ÿš€ https://georocket.io

Building

GeoRocket requires Java 8 or higher. Run the following command to build all subprojects:

./gradlew build

The script automatically downloads the correct Gradle version, so you won't have to do anything else. If everything runs successfully you may create a distribution:

./gradlew installDist

If the command finishes successfully, you will find the distribution under build/install.

Building the Docker image

You may build the Docker image for GeoRocket Server locally with the following commands:

./gradlew installDist
docker build -t georocket .

Running GeoRocket

First, follow the instructions on building the GeoRocket distribution above.

Then start GeoRocket with the following command:

build/install/georocket/bin/georocket

You may also run it in server mode (recommended for production use):

build/install/georocket/bin/georocket server

If you don't provide any arguments the command-line application will print usage instructions.

Running GeoRocket Server inside a Docker container

The fastest way to run GeoRocket Server is to use the Docker image from Docker Hub:

docker run --name georocket -d -p 63020:63020 georocket/georocket server

This launches GeoRocket Server in a Docker container and makes it available at http://localhost:63020.

Read the full instructions on the Docker image to get more information.

License

GeoRocket is licensed under the Apache License, Version 2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

georocket's People

Contributors

michel-kraemer avatar andrej-sajenko avatar dependabot[bot] avatar tim-hellhake avatar tobias93 avatar ykammeyer avatar renovate-bot avatar renovate[bot] avatar davidgengenbach avatar cotsog avatar mrossk avatar fl317 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.