commit | 1eeade49a44283699a1c398697983b140c2ea1e8 | [log] [tgz] |
---|---|---|
author | Bertil Chapuis <bchapuis@gmail.com> | Sat Nov 09 14:01:10 2024 +0100 |
committer | GitHub <noreply@github.com> | Sat Nov 09 14:01:10 2024 +0100 |
tree | 464f8c026b913725f322e3fa6290f91c758f1dd3 | |
parent | de8f5629039a7ea7dc6ec93aed7a43bb26809ebb [diff] |
Refactor modules and add data stores (#903) * Break dependencies between data store and data collection packages * Move the data store package in a dedicated module * Move format specific data store in corresponding modules * Add a data table for openstreetmap data * Add a module and data store for csv data * Add a module and data store for rpsl data * Add a module for the shapefile format and data store * Add a module for the postgres data store * Clean dependencies and improve their scopes
Apache Baremaps is a toolkit and a set of infrastructure components for creating, publishing, and operating online maps. It provides a data pipeline enabling developers to build maps with different data sources with live reload capabilities. It provides other services commonly used in online maps, such as location search and IP to location.
You can find a getting started and [additional examples] on the project's website.
There are many places where you can contribute to Apache Baremaps and your contributions are more than welcome.
The developer manual provides a good starting point on how to build and run the project from source.
You can contribute in the following ways:
Finally, check out CONTRIBUTING and CODE_OF_CONDUCT.
This project is licensed under Apache License 2.0 - see the LICENSE file for details.