-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c01b10
commit 9df348a
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
# in-n-out | ||
general purpose data ingestion app | ||
|
||
# Run app in dev mode | ||
An app to make reading/writing from different data sources a piece of cake. | ||
|
||
If you wish to use the universal connector for your own application, checkout [in-n-out-clients](https://github.com/namiyousef/in-n-out-clients). | ||
|
||
## Run app in dev mode | ||
```bash | ||
uvicorn main:app --reload | ||
``` | ||
``` |