🌳 Welcome to our EX BER BER TEA Team! 🌟 We're a group of avid learners 📚 who are passionate about 🤓 understanding and sharing our knowledge 🧠 with each other. Our mission 🚀 is to cultivate a diverse garden 🌱 of insights and wisdom 💡, nurturing each other's growth 🌱 along the way. From the roots 🌿 of foundational concepts to the vibrant blooms 🌺 of cutting-edge discoveries, we're committed to 🤝 supporting one another on our learning journey. Together, we'll explore 🌍 new branches 🌿 of knowledge and chart the course 🗺️ to greater understanding. Join us as we embark on this exciting adventure! 🚀✨
- Download and install Java Development Kit (JDK) from Oracle's official website.
- Set up the Java environment path.
- Download Neo4j Desktop from the official Neo4j website.
- Install Neo4j Desktop and follow the installation instructions.
- Set up the Neo4j environment path.
After installing Neo4j, run your Python application using python app.py
.
Content
: Represents different types of content in the database.KnowledgeTreeEle
: Nodes in the knowledge tree.PeopleNode
: Nodes representing people who review content.Review
: Represents reviews for each content.
(:KnowledgeTreeEle)-[:HAS_CONTENT]->(:Content)
: Indicates that a node in the knowledge tree has associated content.(:Content)-[:HAS_REVIEW]->(:Review)
: Content nodes have reviews associated with them.(:Review)-[:BELONG_TO]->(:PeopleNode)
: Reviews belong to specific people.
- Maintain a tree structure of the knowledge tree.
- Add content to the most leaf tag on the knowledge tree.
- The knowledge tree can only be updated when at least 3 members of the core team reach an agreement.
- Project
- Course
- Book
- Mentorship
- Certificate
- Self-Summary
- Achievement
- Event
- SharingSession