Neo4j Graph Database Fundamentals · Урок

Браузер Neo4j и инструменты администрирования

Изучите возможности Neo4j Browser для выполнения запросов и визуализации, а также другие административные интерфейсы.

Урок 1 из 411 шагов

«Браузер Neo4j и инструменты администрирования» — бесплатный урок Neo4j Graph Database Fundamentals на CoddyKit. Это урок 1 из 4. Ты можешь прочитать весь урок бесплатно ниже — а потом практиковать его прямо в браузере с встроенным редактором кода и ИИ-репетитором 24/7. Это часть пути обучения 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 message

Visualizing 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!

:sysinfo

Personalizing 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!

Можно начать бесплатно

Изучай Neo4j Graph Database Fundamentals с ИИ-репетитором — бесплатно

Пиши и запускай код прямо в браузере, получай мгновенную помощь от ИИ-репетитора 24/7 и продолжи учиться на сайте или в приложении.

Курсы
12
Уроки
48

Часто задаваемые вопросы

Урок «Браузер Neo4j и инструменты администрирования» бесплатный?

Да — полный текст урока «Браузер Neo4j и инструменты администрирования» бесплатно доступен здесь в веб-версии. Чтобы практиковать его интерактивно (встроенный редактор кода и ИИ-репетитор 24/7) и разблокировать остальной курс Neo4j Graph Database Fundamentals, подпишись на CoddyKit PRO. Курс Neo4j Graph Database Fundamentals содержит 4 уроков всего.

Чему я научусь в уроке «Браузер Neo4j и инструменты администрирования»?

Изучите возможности Neo4j Browser для выполнения запросов и визуализации, а также другие административные интерфейсы. Ты практикуешь Neo4j Graph Database Fundamentals с помощью реального кода, который запускаешь прямо в браузере, и ИИ-репетитор 24/7 отвечает на твои вопросы во время урока.

Нужен ли мне опыт, чтобы начать Neo4j Graph Database Fundamentals?

Предыдущий опыт не требуется. Neo4j Graph Database Fundamentals на CoddyKit структурирован для всех уровней — от новичков до продвинутых, поэтому ты можешь начать отсюда или с самого начала и учиться в своем темпе. Это урок 1 из 4.

Сколько времени занимает урок «Браузер Neo4j и инструменты администрирования»?

Большинство уроков CoddyKit занимают около 5–10 минут. Каждый из них компактный и интерактивный, поэтому ты постоянно делаешь прогресс и продолжаешь с того же места в веб-версии и приложении.

Можно ли писать и запускать код в этом уроке Neo4j Graph Database Fundamentals?

Да. Каждый урок Neo4j Graph Database Fundamentals включает встроенный редактор кода, поэтому ты пишешь и запускаешь реальный код прямо в браузере и получаешь моментальную обратную связь от AI — локальная установка не требуется.

Все уроки этого курса

  1. Браузер Neo4j и инструменты администрирования
  2. Импорт и экспорт данных
  3. Стратегии резервного копирования и восстановления
  4. Мониторинг и журналирование в Neo4j
← Назад к Neo4j Graph Database Fundamentals