https://github.com/phxql/remote-map
A HashMap with a gRPC network interface
https://github.com/phxql/remote-map
Last synced: about 1 year ago
JSON representation
A HashMap with a gRPC network interface
- Host: GitHub
- URL: https://github.com/phxql/remote-map
- Owner: phxql
- License: gpl-3.0
- Created: 2020-08-20T16:12:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T16:12:35.000Z (almost 6 years ago)
- Last Synced: 2025-01-08T08:14:30.686Z (over 1 year ago)
- Language: Java
- Size: 80.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remote Map
## What is this?
A `ConcurrentHashMap` with a gRPC service on top of it - a HashMap with a network interface, so to say.
The map is persisted on disk, too.
## Why?
For fun and curiosity. It doesn't serve any deeper purpose.
## Where's the gRPC service definition?
[Here you go](remote-map-server/src/main/proto/RemoteMap.proto)
## Developing
### Building
```
./mvnw clean package
```
Run the `de.mkammerer.remotemap.Server.main` method in your IDE to start the server.
Run the `de.mkammerer.remotemap.client.Client.main` method in your IDE to start the client.
## License
[GPLv3](https://www.gnu.org/licenses/gpl-3.0.html)