NextGenSoftwareUK / Our-World-OASIS-API-HoloNET-HoloUnity-And-.NET-HDK

The core OASIS (Open Advanced Sensory Immersion System) API that powers Our World and manages the central profile/avatar/karma system that other satellite apps/games plug into it and share. This also includes HoloNET that allows .NET to talk to Holochain, which is where the profile/avatar is stored on a private decentralised, distributed network. This will be gifted forward to the Holochain community along with the HoloUnity3D SDK/Lib coming soon... ;-)
Creative Commons Zero v1.0 Universal
62 stars 27 forks source link

Finish Neo4j Provider; PRIORITY=HIGH; KARMA=1111 #279

Closed dellams closed 1 year ago

dellams commented 1 year ago

Need to implement error handling, auto replication, auto failed over, logging, etc in AvatarManager and HolonManager.

karmaPoints = 1111;             // Earn 1111 Karma Points For Completing This Quest).
receive+=Badges.SuperHero;      // Receive Super Hero Badge).
priority=PriorityLevel.High;    // High Priority).

Greetings Fellow Coders,

We are very pleased you have found us and are willing to do your bit to save the world, thank you for being a superhero! :)

  1. Clone our project
  2. https://github.com/NextGenSoftwareUK/Our-World-OASIS-API-HoloNET-HoloUnity-And-.NET-HDK
  3. Checkout to new branch
  4. Open NextGenSoftware.OASIS.API.Providers.Neo4jOASIS Project
  5. And implement all methods that exists in Neo4jOASIS.cs class
  6. Basicly its a simple CRUD operations using Neo4J storage, and Avatar model as entity

Do you take up this noble quest? Up for the challenge?

If you can find other fellow coders to join our tribe we will give you lots of karma, shout out endorsement/kudos and reward you with crypto if you bring enough dedicated coders... :)

Check out this doc for details of the people we are looking for and what we can offer you: https://drive.google.com/file/d/1b_G08UTALUg4H3jPlBdElZAFvyRcVKj1/view?usp=sharing

**Want to make a difference in the world? What will be your legacy? Ready to be a hero?

TOGETHER WE CAN CREATE A BETTER WORLD**

Many thanks,

The Our World Tribe (The Justice League)

dellams commented 1 year ago

Completed