IntelliJ
- This content has been built using Reference Documentation
Overview¶
IntelliJ IDEA is an integrated development environment written in Java for developing computer software written in Java, Kotlin, Groovy, and other JVM-based languages. It is developed by JetBrains, and is available as an Apache 2 Licensed community edition, and in a proprietary commercial edition.
Prerequisites¶
- You should have an Astra account
- You should Create an Astra Database
- You should Have an Astra Token
- You should download either Community or ultimate edition of intelliJ from the Download Page
Installation Guide¶
✅ 1. Download Plugin¶
- Open the plugin panel and search for
astra
- Click the
[INSTALL]
button
- Once the plugin is downloaded and installed you will be asked to restart
✅ 2. Setup Plugin¶
- During the first restart you will got an
IDE error occured
message it is expected we will now configure the plugin
-
The plugin configuration is defined in a file on disk located at
${user.home}/.astra/config
. Fortunately you can do it directly in the IDE -
In the bottom left hand corner locate the panel
astra.explorer
and open it
✅ 3. Edit Profiles¶
- In the drop down menu select
Edit Profiles
the configuration file is referred as a profile
- You will be asked if you want to create the file, click
[CREATE]
- Also pick the first option in the radio button Edit this file anyway
- The file open and the content should look like. Not that the value used for the
bearerToken
is the one starting byAstraCS:....
. Save the file
✅ 4. Reload Profiles¶
- Now on the drop down menu select
Reload Profiles
- Et voila! You can now list databases on your Astra organization and for each you can see the different keyspaces
Last update:
2023-10-13