question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

📄 Enhance Appwrite Databases with Neo4j Adapter

See original GitHub issue

💭 Introduction

Appwrite Databases allows you to store your application and users’ data. Not only that, it comes with query system that allows you to read those data. We put a lot of effort into making Appwrite Databases secure by default, and the whole security layer is truly easy to configure. 😇 You can learn more about Appwrite Databases and Appwrite Permissions in our official docs.

Every collection and document in Appwrite Database needs to be stored somewhere, and for that, we have many different adapters such as MySQL or MongoDB. Each provider implements simple methods such as createDocument(), deleteDocument(), find(), etc…

Your task is to implement support for Neo4j in the Utopia PHP database library. We have prepared detailed documentation on how to create a Utopia PHP database adapter. Please read these documents and ensure you understand them before working on this issue.

🎯 Requirements

✅ Task Summary

  • Ask to be assigned to the issue.
  • Wait to be assigned.
  • Implement Utopia PHP database adapter for Neo4j.
  • Submit a pull request in utopia-php/database.

If you have questions, need any help, or just want to hang out, make sure to join us on our Discord server.

Happy Appwriting!

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Meldironcommented, Oct 12, 2022

@polarvoid Thanks for keeping us updated 😇 This task is not a small one, there is nothing wrong with taking your time.

I would love if you opened a draft PR and mentioned all points where you feel stuck. We would gladly point you to the right direction.

1reaction
polarvoidcommented, Oct 7, 2022

@codercatdev Okay, I can do that 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Contribute to appwrite/appwrite - GitHub
Improve Appwrite Logging with Airbrake Adapter good first issue Good for ... 2. 📄 Enhance Appwrite Databases with Neo4j Adapter good first issue...
Read more >
Databases - Docs - Appwrite
Each database can contain many collections and can be backed by a different database adaptor in future versions. You can create your database...
Read more >
Managing Multiple Databases in Neo4j - Developer Guides
In this guide, we will walk through how to manage multiple database within the Neo4j DBMS. ... It helps to have read the...
Read more >
mirrors_HackerWins/awesome-list - Gitee
8, RedisGraph, A graph database as a Redis module, RedisGraph, 1360 ... 41, readable-css, A minimal css to improve the readability of a ......
Read more >
Github Starred - Jony4's Profile Site
It can be used to increase confidence in code deployments, ... 涉及Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还 ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found