Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# The Golang OJAI Client for MapR-DB
[English](./README.md) | [Korean](./README_KO.md)

A simple, lightweight library that provides access to MapR-DB.
The client library supports all existing OJAI functionality and is absolutely compatible with Java OJAI connector,
Expand Down
7 changes: 7 additions & 0 deletions README_KO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# MapR-DB용 Golang OJAI 클라이언트

[Korean](./README_KO.md) | [English](./README.md)

MapR-DB에 액세스할 수 있는 간단하고 가벼운 라이브러리입니다. 클라이언트 라이브러리는 모든 기존 OJAI 기능을 지원하며, MapR Data Access Gateway에서 실행되는 Java OJAI 커넥터와 완벽히 호환됩니다.

클라이언트 라이브러리를 사용하려면, [ojai-examples repository](https://github.com/mapr-demos/ojai-examples/tree/master/golang)에 있는 예제를 참조하세요.