Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo #409

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

typo #409

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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It is implemented as an [Elasticsearch plugin](http://www.elasticsearch.org/guid

The JDBC plugin was designed for tabular data. If you have tables with many joins, the JDBC plugin
is limited in the way to reconstruct deeply nested objects to JSON and process object semantics like object identity.
Though it would be possible to extend the JDBC plugin with a maaping feature where all the object properties
Though it would be possible to extend the JDBC plugin with a mapping feature where all the object properties
could be specified, the current solution is focused on rather simple tabular data streams.

Creating a JDBC river is easy:
Expand Down