Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Tadpole DB Hub(올챙이) 의 설치에 관하여 설명한 문서 입니다.
본 문서는 Tadpole DB Hub v2.3.2 에 맞추어 작성 하고 있습니다. 

...

  1. Eclipse RAP & RAP GEF Port, EMF, FileUpload etc(www.eclipse.org)
  2. Amazon AWS java SDK(http://aws.amazon.com/en/sdkforjava/)
    AWS Toolkit for Eclipse(https://aws.amazon.com/eclipse) and Drivers
  3. Java Simplified Encryption(http://www.jasypt.org/)
  4. Apache Hadoop, DBCP, iBatis, Commons, HttpComponents-client, log4j, slf4j.. etc
  5. Java Excel API(http://jexcelapi.sourceforge.net/)
  6. JSqlParser(https://github.com/JSQLParser/JSqlParser)
  7. SQLFormatter(?)
  8. Gson(https://code.google.com/p/google-gson/)
  9. Cubrid JDBC Driver
  10. Apache Hive JDBC Driver
  11. MariaDB JDBC Driver
  12. MongoDB JDBC Driver
  13. MSSQL JDBC Driver(jtds, http://jtds.sourceforge.net/)
  14. MSSQL JDBC Driver(https://docs.microsoft.com/en-us/sql/connect/jdbc/microsoft-jdbc-driver-for-sql-server?view=sql-server-ver15)
  15. MySQL JDBC Driver
  16. Oracle JDBC Driver
  17. PostgreSQL JDBC Driver
  18. SQLite JDBC Driver
  19. Apache Tajo JDBC Driver
  20. Elasticsearch Java driver
  21. Redis java driver(https://lettuce.io/)
  22. Hadoop lib
  23. ACE Editor (https://ace.c9.io/)
  24. LDAP library for Java(http://www.ldaptive.org/)
  25. OneLogin's SAML Java Toolkit(https://github.com/onelogin/java-saml)
  26. MongoDb JDBC Driver(https://bitbucket.org/dbschema/mongodb-jdbc-driver)
  27. Rhino javascript (https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino)
  28. Native Operating System and Hardware Information(https://github.com/oshi/oshi)
  29. Zip4j - A java library for zip files/streams(https://github.com/srikanth-lingala/zip4j)
  30. sql-formatter(https://github.com/vertical-blank/sql-formatter)
  31. jdbc-redis(https://github.com/mtpettyp/jdbc-redis) Driver

개발 환경 소스 내려 받기

  1. 최신 Java 설치를 하세요(http://www.oracle.com/technetwork/articles/javase/index-jsp-138363.html)
  2. 개발 툴은 이클립스 최신버전(4.4.1 Luna 버전)을 Eclipse RCP and RAP Developers를 사용합니다.
  3. 반드시 이클립스 워크스페이스 encoding 타입을 UTF-8를 사용해야 합니다.(Window -> Preference -> General -> Workspace -> UTF-8)
  4. 소스는 github의 다음(https://github.com/hangum/TadpoleForDBTools/) 위치에 존재 합니다. 
    1. url은 https://github.com/hangum/TadpoleForDBTools.git 입니다.
  5. Master Branch 소스를 로컬에 내려 받으세요. (맴버들의 최신 소스를 다운로드 하려면 제일 최상위 버전을 다운로드 하십시오.  현재는 1.6.3 입니다)

...