https://github.com/ignatandrei/stankins
General data dealing site
https://github.com/ignatandrei/stankins
Last synced: over 1 year ago
JSON representation
General data dealing site
- Host: GitHub
- URL: https://github.com/ignatandrei/stankins
- Owner: ignatandrei
- License: mit
- Created: 2017-09-18T07:33:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:02:58.000Z (over 3 years ago)
- Last Synced: 2025-03-29T17:36:33.482Z (over 1 year ago)
- Language: HTML
- Homepage: https://azurestankins.azurewebsites.net
- Size: 33 MB
- Stars: 12
- Watchers: 2
- Forks: 7
- Open Issues: 178
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stankins
## Version 2
# Continous Integration / Deploy
[](https://dev.azure.com/ignatandrei0674/stankinsv2/_build/latest?definitionId=1?branchName=master) [](https://codecov.io/gh/ignatandrei/stankins) [](https://sonarcloud.io/dashboard?id=ignatandrei_stankins)
[](https://dev.azure.com/ignatandrei0674/stankinsv2/_apis/build/status/ignatandrei.stankins?branchName=master&jobName=FullTestOnLinux&label=FullTest)
 [](https://stackshare.io/ignatandrei/stankins)

Stankins want to be the general data query / transformation / export tool.
It is an ETL tool, aimed to be easy to use by either programmers, either common people .
You can with Stankins:
- query and monitor the exchange rates
- take any part of an web site ( tables, meta )and export to excel / pdf
- take any table of database and export to excel / pdf
- make documentation for a database
- make documentation for a .sln file
- and many, many more. It will have already predefined way to do stuff , but you can define your own
# Demo
[Live demo https://azurestankins.azurewebsites.net](https://azurestankins.azurewebsites.net)
[Live swagger https://azurestankins.azurewebsites.net/swagger](https://azurestankins.azurewebsites.net/swagger)
# Releases
Releases - Windows(Desktop + Console+ Site), Linux((Console+ Site),Android apk
[ Docker for Windows/Linux https://hub.docker.com/u/ignatandrei](https://hub.docker.com/u/ignatandrei)
Console Global tool:
For docker , you can just run
docker run -p 5000:5000 ignatandrei/stankins_windows
or
docker run -p 5000:5000 ignatandrei/stankins_linux
And then access http://localhost:5000
( if error, restart docker)
Usage:
dotnet tool install --global stankins.console
stankins.console execute -o ReceiveMetadataFromDatabaseSql -a "Server=(local);Database=tests;User Id=SA;Password = ;" -o SenderDBDiagramToDot
stankins.console execute -o ReceiveMetadataFromDatabaseSql -a "Server=(local);Database=tests;User Id=SA;Password = ;" -o SenderDBDiagramHTMLDocument
stankins.Console.exe execute -o ExportDBDiagramHtmlAndDot -a "Server=(local);Database=tests;User Id=SA;Password = " -a a.html
dotnet Stankins.Console.dll execute -o ReceiverFromSolution -a "E:\StankinsV2\StankinsV2.sln" -o SenderSolutionToHTMLDocument -a "" -o TransformerOutputStringColumnName -a "'a.html'"