0

i would like to implement the cloud feature of graph. I ve searched on cosmicmind site, on the github repo (looking for wiki), and through the issues (closed). I have just learnt that feature is available, but i did not find any documentation.

Considering i am already using graph, in local:

let graph = Graph()
let entityPfx = "entityPfx"
let search = Search<Entity>(graph: graph).for(types: entityPfx)
let results = search.sync()

I would like users could retrieve data from the cloud in case of device upgrade or so. Is there any documentation available in order to implement this? Thank you.

4
  • There is not any documentation as of yet. It was removed when the the site was updated. That said, I can write an article for you if you make it an issue on GitHub. Then I will post it online. Commented Feb 7, 2018 at 20:04
  • I will open an issue right now then, thank you for the support! Commented Feb 8, 2018 at 12:25
  • @CosmicMind i have opened an issue as you requested, but there is no reply on the issue. May i ask if i just have to wait ? Thank you. Commented Feb 19, 2018 at 15:03
  • It has not been ignored, I have been away from my computer as I am away. I will take a look today, latest tomorrow. Commented Feb 20, 2018 at 15:23

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.