Neo4j Browser 및 관리 도구
쿼리 작성과 시각화를 위한 Neo4j Browser의 기능을 살펴보고 다른 관리 인터페이스도 학습합니다.
Neo4j Browser 및 관리 도구은(는) CoddyKit의 무료 Neo4j Graph Database Fundamentals 강의입니다. 이것은 4개 중 1번째 강의입니다. 아래에서 전체 강의를 무료로 읽을 수 있으며, 내장 코드 에디터와 24/7 AI 튜터와 함께 브라우저에서 직접 실습할 수 있습니다. 이 강의는 Neo4j Graph Database Fundamentals 학습 경로의 일부이며, 진행 상황이 웹과 CoddyKit 앱에 동기화됩니다. Neo4j Graph Database Fundamentals 강의에는 총 4개의 강의가 포함되어 있습니다.
이 강의의 일부는 아직 번역되지 않았으며 영어로 표시됩니다.
Meet Neo4j Browser
The Neo4j Browser is your primary interface for interacting with a Neo4j graph database. It's a web-based tool that lets you write and execute Cypher queries, visualize results, and perform light database management tasks.
Think of it as a control panel for your graph data, making it easy to see and understand your connections!
Accessing Neo4j Browser
How do you get to this powerful tool?
- Neo4j Desktop: If you're using Neo4j Desktop (a local management application), the Browser opens automatically when you start a database. Just click the 'Open Browser' button.
- Server Installation: For a standalone server, you typically access it via a web address in your browser, usually
http://localhost:7474/browser/.
Executing Cypher Queries
The Browser's main area is the query editor. Here, you type commands in Cypher, Neo4j's powerful graph query language. Let's try a simple command to see how it works:
Type this into the query editor and press the 'Run' button (or Ctrl+Enter):
RETURN 'Hello, CoddyKit!' AS messageVisualizing Graph Results
After running a query that returns graph data, the Browser displays an interactive graph visualization. Nodes appear as circles and relationships as arrows, showing connections visually.
You can drag nodes, zoom in/out, and click on elements to inspect their properties. This makes understanding complex relationships much easier than looking at tables!
Tabular and Code Views
Besides the interactive graph, the Browser offers other ways to view your query results:
- Table View: Presents data in a familiar row-and-column format, great for structured data.
- Code View: Shows the raw JSON output from your query, useful for developers or debugging.
- Text View: A simple, plain-text representation.
You can switch between these views using the icons located above the results panel.
Handy Browser Commands
The Neo4j Browser includes special commands that start with a colon (:). These are not Cypher, but administrative actions for the browser itself or for quick information:
:sysinfo: Displays detailed system and database information.:play movie-graph: Loads a tutorial dataset for exploration.:help: Shows a list of all available browser commands.
Try typing :sysinfo in the query editor and pressing Enter!
:sysinfoPersonalizing Your Browser
You can customize the Neo4j Browser to fit your workflow and preferences. Look for the settings icon (often a gear or cogwheel) usually found near the top right of the interface.
Common customization options include:
- Changing the theme (e.g., light mode, dark mode).
- Adjusting font sizes for better readability.
- Configuring display options for how graph visualizations appear.
Introducing Neo4j Desktop
While the Browser is great for interaction, Neo4j Desktop is your central hub for managing local Neo4j instances. It's a powerful, all-in-one application designed for developers and administrators.
Desktop lets you manage multiple databases, install plugins, and launch the Neo4j Browser for any of your local instances, all from one intuitive interface.
Desktop Database Management
Neo4j Desktop simplifies many administrative tasks for your local databases:
- Create/Delete: Easily set up new graph databases or remove old ones.
- Start/Stop: Control the running state of your database instances.
- Install Plugins: Add extensions like the Graph Data Science (GDS) library.
- Configure Settings: Adjust memory, ports, and other database properties without complex command-line edits.
Browser & Desktop Check
Let's test your understanding of Neo4j's essential administrative tools.
Tools for Your Graph Journey
In this lesson, you explored the essential tools for interacting with Neo4j. You learned that the Neo4j Browser is your go-to for querying and visualizing data, using both Cypher and special browser commands.
You also discovered Neo4j Desktop, an indispensable tool for managing local database instances, including creating, starting, stopping, and configuring them.
These tools are your foundation for working with Neo4j effectively!
AI 튜터와 함께 Neo4j Graph Database Fundamentals을(를) 배우세요 — 무료
브라우저에서 실제 코드를 작성하고 실행하며, 24/7 AI 튜터로부터 즉각적인 도움을 받고, 웹이나 앱에서 중단한 부분부터 계속 학습하세요.
- 코스
- 12
- 레슨
- 48
자주 묻는 질문
“Neo4j Browser 및 관리 도구” 강의는 무료인가요?
네 — “Neo4j Browser 및 관리 도구” 전체 내용을 이 웹사이트에서 무료로 읽을 수 있습니다. 인터랙티브하게 실습하려면(내장 코드 에디터와 24/7 AI 튜터), CoddyKit PRO로 업그레이드하면 Neo4j Graph Database Fundamentals 강의 전체를 잠금 해제할 수 있습니다. Neo4j Graph Database Fundamentals 강의에는 총 4개의 강의가 포함되어 있습니다.
“Neo4j Browser 및 관리 도구”에서 뭘 배우나요?
쿼리 작성과 시각화를 위한 Neo4j Browser의 기능을 살펴보고 다른 관리 인터페이스도 학습합니다. 브라우저에서 직접 실행하는 실습 코드로 Neo4j Graph Database Fundamentals을(를) 배우며, 24/7 AI 튜터가 강의를 진행하면서 질문에 답변해줍니다.
Neo4j Graph Database Fundamentals을(를) 시작하는 데 경험이 필요한가요?
사전 경험은 필요하지 않습니다. CoddyKit의 Neo4j Graph Database Fundamentals은(는) 초급자부터 고급 학습자까지를 위해 구성되어 있으므로, 여기서 시작하거나 처음부터 시작할 수 있으며 자신의 속도대로 진행할 수 있습니다. 이것은 4개 중 1번째 강의입니다.
“Neo4j Browser 및 관리 도구” 강의는 얼마나 걸리나요?
대부분의 CoddyKit 강의는 약 5~10분이 소요됩니다. 각 강의는 간결하고 인터랙티브하여 꾸준한 진행이 가능하며, 웹과 앱에서 중단한 부분부터 바로 시작할 수 있습니다.
이 Neo4j Graph Database Fundamentals 강의에서 코드를 작성하고 실행할 수 있나요?
네. 모든 Neo4j Graph Database Fundamentals 강의에는 내장 코드 에디터가 포함되어 있으므로, 브라우저에서 바로 실제 코드를 작성하고 실행한 후 즉시 AI 피드백을 받을 수 있습니다 — 로컬 설정이 필요 없습니다.
이 강의의 모든 강의
- Neo4j Browser 및 관리 도구
- 데이터 가져오기 및 내보내기
- 백업 및 복원 전략
- Neo4j 모니터링과 로그 기록