Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/drift-io/drift-server
Browse files Browse the repository at this point in the history
  • Loading branch information
bs committed Aug 15, 2019
2 parents 2ba9d5a + 091de53 commit cdf354a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.* linguist-language=Java
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
DRIFT SERVER
======================================
# Drift Server

Drift Server is a web server to document/reverse engineer enterprise applications. Using Drift Server you can collect snapshots of the connected data sources (SQL databases) of an EE system and inspect diffs of those snapshots in correlation with the interactions made with the application.

Go to [Gitbook documentation](https://drift-io.gitbook.io/drift-server) / [Landing page](https://drift-io.github.io/)

#### Testing connectivity to data sources
![Test Connectivity](https://raw.githubusercontent.com/drift-io/drift-io.gitbook.io/master/.gitbook/assets/systemconnections.png)

#### Recordings
![Recordings](https://raw.githubusercontent.com/drift-io/drift-io.gitbook.io/master/.gitbook/assets/recordings.png)

#### Take snapshots
![Initial Snapshot](https://raw.githubusercontent.com/drift-io/drift-io.gitbook.io/master/.gitbook/assets/recording01.png)

#### See snapshot diffs
![Snapshot Diff](https://raw.githubusercontent.com/drift-io/drift-io.gitbook.io/master/.gitbook/assets/recording02.png)

0 comments on commit cdf354a

Please sign in to comment.