Skip to content

Commit

Permalink
Update README.md with primary objectives
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenkp2000 authored Sep 6, 2023
1 parent c97ea96 commit d9b2b0e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@

The meaning of [Naksha](https://en.wikipedia.org/wiki/Naksha)-Hub is “Map-Hub”.

Naksha service, has been designed to primarily offer:
* GeoJson based REST API as service
* GeoJson based Java API as library (interacting directly with database)
* Support Postgres as default Storage system (with inbuilt transactional and history capabilities)
* Support publishing Data Change events (with atleast-once messaging guarantee)
* Additionally, Extension framework to provide ability:
* to integrate REST APIs with your own custom Storage mechanism
* to inject custom business logic as part of REST API request processing pipeline
* to inject custom business logic as part of Data change event processing pipeline (subscription based)


# Overview

Naksha features are:
* Organize geo datasets in _collections_.
* Organize access to your data via _spaces_.
Expand Down Expand Up @@ -176,4 +188,4 @@ Your contributions are always welcome! Please have a look at the [contribution g
# License
Copyright (C) 2017-2022 HERE Europe B.V.

This project is licensed under the Apache License, Version 2.0 - see the [LICENSE](./LICENSE) file for details.
This project is licensed under the Apache License, Version 2.0 - see the [LICENSE](./LICENSE) file for details.

0 comments on commit d9b2b0e

Please sign in to comment.