Skip to content

Commit

Permalink
Customizable config file with ability to use local aws-proxy to acces…
Browse files Browse the repository at this point in the history
…s OpenSearch (#12)

* Initial draft for project readme (#2)

Signed-off-by: Huan Jiang <[email protected]>
Signed-off-by: Johnny On <[email protected]>

* Fix broken anchor link in markdown (#5)

* Initial draft for project readme

Signed-off-by: Huan Jiang <[email protected]>

* fix broken anchor link

Signed-off-by: Huan Jiang <[email protected]>
Signed-off-by: Johnny On <[email protected]>

* init electron

Signed-off-by: Johnny On <[email protected]>

* sign off

Signed-off-by: Johnny On <[email protected]>

* allow for config edits and add environment varaibles in proxy

Signed-off-by: Johnny On <[email protected]>

* remove config from git

Signed-off-by: Johnny On <[email protected]>

* Update config.json

Signed-off-by: Johnny On <[email protected]>

* move all code files to src

Signed-off-by: Johnny On <[email protected]>

* edit paths and fix readme typos

Signed-off-by: Johnny On <[email protected]>

* screenshots folder

Signed-off-by: Johnny On <[email protected]>

* update package.json to reference main dashboards-desktop

Signed-off-by: Johnny On <[email protected]>

Co-authored-by: Huan Jiang <[email protected]>
  • Loading branch information
johnnyon-amzn and seraphjiang authored Apr 27, 2022
1 parent 17142fe commit 70f111b
Show file tree
Hide file tree
Showing 11 changed files with 1,029 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
.DS_Store
config.json
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

Dashboards Desktop offers desktop experiene to OpenSearch Dashboards Users. OpenSearch Dashboards is an open source search and analytics visualization application.

Dashboards Desktop provides end user *flexibility* and *extensibility* to install any Dashboards pluings they want. Dashboards Desktop could store data into local storage or cloud drive. User has full control of the data they have.
Dashboards Desktop provides end user *flexibility* and *extensibility* to install any Dashboards plugins they want. Dashboards Desktop could store data into local storage or cloud drive. User has full control of the data they have.

Dashboards Desktop could be downloaded from internet. Not only deliver stable version to customer in monthly/quarterly release cadence. It will deliver experimental versions.

Deskboards has build-in data source selector which allow user to connect to any OpenSearch endpoint they want with pre-configured credential or access key.
Dashboards has build-in data source selector which allow user to connect to any OpenSearch endpoint they want with pre-configured credential or access key.

## Security

Expand Down
7 changes: 7 additions & 0 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 70f111b

Please sign in to comment.