Skip to content

vivekraj59/stankins

 
 

Repository files navigation

stankins

Version 2

Continous Integration / Deploy

Continous Delivery codecov Quality Gate Status CodeCoverage, Sonar, Tests Docker StackShare

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

Live 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

Console Global tool:Stankins.Console

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 = <YourStrong!Passw0rd>;" -o SenderDBDiagramToDot

stankins.console execute -o ReceiveMetadataFromDatabaseSql -a "Server=(local);Database=tests;User Id=SA;Password = <YourStrong!Passw0rd>;" -o SenderDBDiagramHTMLDocument

stankins.Console.exe execute -o ExportDBDiagramHtmlAndDot -a "Server=(local);Database=tests;User Id=SA;Password = <YourStrong!Passw0rd>" -a a.html

dotnet Stankins.Console.dll execute -o ReceiverFromSolution -a "E:\StankinsV2\StankinsV2.sln" -o SenderSolutionToHTMLDocument -a "" -o TransformerOutputStringColumnName -a "'a.html'"

Documentation

Example SQL Server to Elasticsearch

About

General data dealing site

https://azurestankins.azurewebsites.net

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 44.8%
  • JavaScript 42.0%
  • C# 9.5%
  • Java 2.2%
  • TypeScript 0.8%
  • CSS 0.4%
  • Other 0.3%