ATTENTION: For more info and latest version, refer to https://github.com/estigma88/jdhtuq.
jDHTUQ is a peer-to-peer DHT system based in Chord algorithm, but built like API to generalize the implementation of peer-to-peer DHT systems. jDHTUQ have two fundamental services , put and get of resource.
Features
- Reusable api for lookup and storage
- One implementation of Chord algorithm
- One implementation of a resources management (DHash)
- Spring Boot Starters for easy setup
- Independent communication module configurable
- Peer to peer communication simulation using a data structure
- Peer to peer network communication using sockets
License
GNU General Public License version 3.0 (GPLv3)Follow jDHTUQ
nel_h2
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
The code depicting Chord is working good !!! Thanks a lot !!! My requirement is to choose a directory instead of a file, and copy the directory to the correponding node, where the hashed directory path matches. Can you just specify the files that needs to be modified for the same