File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed
Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 55# Kotlin Notebook Integrations
66
77This monorepo contains official JetBrains integrations for Kotlin Notebooks.
8- Each integration lives in the ` integrations/ ` directory and has its own README and Contributing guide .
8+ Each integration lives in the ` integrations/ ` directory and has its own README.
99
1010## Integrations
1111
1212- [ IntelliJ Platform] ( integrations/intellij-platform/README.md ) — interactive access to IntelliJ Platform APIs from a running IDE process.
1313- [ HTTP Utilities] ( integrations/http-util/README.md ) — JSON/serialization helpers and Ktor HTTP client wrappers for notebooks.
14- - [ Database] ( integrations/database/README.md ) — helpers for configuring JDBC DataSources and working with common DBs.
15-
16- Tip: If you are looking for a specific integration, jump straight into the corresponding folder above.
14+ - [ Database] ( integrations/database/README.md ) — helpers for configuring JDBC DataSources and working with Databases.
1715
1816## Contributing
1917
2018See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) for details on how to contribute to this project.
2119
2220## License
2321
24- This project is licensed under the Apache License, Version 2.0. See LICENSE for details.
22+ This project is licensed under the Apache License, Version 2.0. See LICENSE for details.
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ val dataSource3 = createDataSrcFromSpring(path)
4343
4444This project consists of the following modules:
4545
46- - ` library ` : Contains the core database connection helpers as well as basic unit
46+ - ` database-api ` : Contains the core database connection helpers as well as basic unit
4747 tests.
48- - ` library -integration-tests` : Contains integration tests against all supported
48+ - ` database -integration-tests` : Contains integration tests against all supported
4949 databases and ensure we can load JDBC drivers correctly.
50- - ` test-infrastructure ` : A HTTP test server that allows integration tests to
50+ - ` database- test-infrastructure` : A HTTP test server that allows integration tests to
5151 spin up database containers on demand. It is built and run from the
5252 integration test module.
5353
Original file line number Diff line number Diff line change 22
33[ ![ JetBrains official project] ( https://jb.gg/badges/official.svg )] ( https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub )
44[ ![ Kotlin beta stability] ( https://img.shields.io/badge/project-beta-kotlin.svg?colorA=555555&colorB=AC29EC&label=&logo=kotlin&logoColor=ffffff&logoWidth=10 )] ( https://kotlinlang.org/docs/components-stability.html )
5- ![ GitHub] ( https://img.shields.io/github/license/Kotlin/kotlin-jupyter-http-util?color=blue&label=License )
65[ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.jetbrains.kotlinx/kotlin-jupyter-ktor-client?color=blue&label=Maven%20Central )] ( https://central.sonatype.com/artifact/org.jetbrains.kotlinx/kotlin-jupyter-ktor-client )
76
87This repository contains two integrations for [ Kotlin Jupyter notebooks] ( https://github.com/Kotlin/kotlin-jupyter ) .
Original file line number Diff line number Diff line change 22
33[ ![ JetBrains official project] ( https://jb.gg/badges/official.svg )] ( https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub )
44[ ![ Kotlin experimental stability] ( https://img.shields.io/badge/project-experimental-kotlin.svg?colorA=555555&colorB=AC29EC&label=&logo=kotlin&logoColor=ffffff&logoWidth=10 )] ( https://kotlinlang.org/docs/components-stability.html )
5- ![ GitHub] ( https://img.shields.io/github/license/Kotlin/kotlin-notebook-intellij-platform?color=blue&label=License )
65
76This integration enables direct experimentation with IntelliJ Platform APIs within the active IntelliJ IDEA runtime, eliminating traditional plugin development barriers.
87
You can’t perform that action at this time.
0 commit comments