Download LegislatureSQL Free Java Code

Description

Project to set up interchange software between the JSON data provided by the OpenStates project and anb SQL database, in this case MySQL.

Source Files

The download file LegislatureSQL-master.zip has the following entries.


00_createTables//  ww  w . j a  va2s  .c  o m
00_process
01_downloadNewBillFiles
02_removeExtras
03_importBills
04_importVersions
05_connectSections
06_updateStatusDate
07_thisBillWoulds
08_addHistoryItems
09_addVotes
97_fixInWO
98_clear
99_testData
README.md
cmds.pl
notes.txt
wo/.classpath
wo/.project
wo/.settings/org.eclipse.core.resources.prefs
wo/Components/AuthorPage.wo/AuthorPage.html
wo/Components/AuthorPage.wo/AuthorPage.wod
wo/Components/AuthorPage.wo/AuthorPage.woo
wo/Components/BillList.wo/BillList.html
wo/Components/BillList.wo/BillList.wod
wo/Components/BillList.wo/BillList.woo
wo/Components/BillListPage.wo/BillListPage.html
wo/Components/BillListPage.wo/BillListPage.wod
wo/Components/BillListPage.wo/BillListPage.woo
wo/Components/BillPage.wo/BillPage.html
wo/Components/BillPage.wo/BillPage.wod
wo/Components/BillPage.wo/BillPage.woo
wo/Components/BillVersionAuthors.wo/BillVersionAuthors.html
wo/Components/BillVersionAuthors.wo/BillVersionAuthors.wod
wo/Components/BillVersionAuthors.wo/BillVersionAuthors.woo
wo/Components/BillVersionPage.wo/BillVersionPage.html
wo/Components/BillVersionPage.wo/BillVersionPage.wod
wo/Components/BillVersionPage.wo/BillVersionPage.woo
wo/Components/CatalogPage.wo/CatalogPage.html
wo/Components/CatalogPage.wo/CatalogPage.wod
wo/Components/CatalogPage.wo/CatalogPage.woo
wo/Components/Main.api
wo/Components/Main.wo/Main.html
wo/Components/Main.wo/Main.wod
wo/Components/Main.wo/Main.woo
wo/Components/TestsPage.wo/TestsPage.html
wo/Components/TestsPage.wo/TestsPage.wod
wo/Components/TestsPage.wo/TestsPage.woo
wo/Libraries/annotations.jar
wo/Libraries/jsr305.jar
wo/Resources/LegSQLModel.eogen
wo/Resources/LegSQLModel.eomodeld/Annotation.plist
wo/Resources/LegSQLModel.eomodeld/Author.plist
wo/Resources/LegSQLModel.eomodeld/Bill.plist
wo/Resources/LegSQLModel.eomodeld/BillAction.plist
wo/Resources/LegSQLModel.eomodeld/BillActionType.plist
wo/Resources/LegSQLModel.eomodeld/BillAuthoring.plist
wo/Resources/LegSQLModel.eomodeld/BillType.plist
wo/Resources/LegSQLModel.eomodeld/BillTypeJoin.plist
wo/Resources/LegSQLModel.eomodeld/BillVersion.plist
wo/Resources/LegSQLModel.eomodeld/BillWould.plist
wo/Resources/LegSQLModel.eomodeld/CodeSection.plist
wo/Resources/LegSQLModel.eomodeld/CodeSectionJoin.plist
wo/Resources/LegSQLModel.eomodeld/Person.plist
wo/Resources/LegSQLModel.eomodeld/PersonContact.plist
wo/Resources/LegSQLModel.eomodeld/PersonContactGroup.plist
wo/Resources/LegSQLModel.eomodeld/Tag.plist
wo/Resources/LegSQLModel.eomodeld/Votes.plist
wo/Resources/LegSQLModel.eomodeld/Votings.plist
wo/Resources/LegSQLModel.eomodeld/index.eomodeld
wo/Resources/Properties
wo/Sources/org/ganymede/leginfo/Application.java
wo/Sources/org/ganymede/leginfo/DirectAction.java
wo/Sources/org/ganymede/leginfo/Fixer.java
wo/Sources/org/ganymede/leginfo/Session.java
wo/Sources/org/ganymede/leginfo/eo/Annotation.java
wo/Sources/org/ganymede/leginfo/eo/Author.java
wo/Sources/org/ganymede/leginfo/eo/Bill.java
wo/Sources/org/ganymede/leginfo/eo/BillAction.java
wo/Sources/org/ganymede/leginfo/eo/BillActionType.java
wo/Sources/org/ganymede/leginfo/eo/BillAuthoring.java
wo/Sources/org/ganymede/leginfo/eo/BillType.java
wo/Sources/org/ganymede/leginfo/eo/BillVersion.java
wo/Sources/org/ganymede/leginfo/eo/BillWould.java
wo/Sources/org/ganymede/leginfo/eo/CodeSection.java
wo/Sources/org/ganymede/leginfo/eo/GEO.java
wo/Sources/org/ganymede/leginfo/eo/Person.java
wo/Sources/org/ganymede/leginfo/eo/PersonContact.java
wo/Sources/org/ganymede/leginfo/eo/PersonContactGroup.java
wo/Sources/org/ganymede/leginfo/eo/Tag.java
wo/Sources/org/ganymede/leginfo/eo/_Annotation.java
wo/Sources/org/ganymede/leginfo/eo/_Author.java
wo/Sources/org/ganymede/leginfo/eo/_Bill.java
wo/Sources/org/ganymede/leginfo/eo/_BillAction.java
wo/Sources/org/ganymede/leginfo/eo/_BillActionType.java
wo/Sources/org/ganymede/leginfo/eo/_BillAuthoring.java
wo/Sources/org/ganymede/leginfo/eo/_BillType.java
wo/Sources/org/ganymede/leginfo/eo/_BillVersion.java
wo/Sources/org/ganymede/leginfo/eo/_BillWould.java
wo/Sources/org/ganymede/leginfo/eo/_CodeSection.java
wo/Sources/org/ganymede/leginfo/eo/_Person.java
wo/Sources/org/ganymede/leginfo/eo/_PersonContact.java
wo/Sources/org/ganymede/leginfo/eo/_PersonContactGroup.java
wo/Sources/org/ganymede/leginfo/eo/_Tag.java
wo/Sources/org/ganymede/leginfo/ui/AuthorPage.java
wo/Sources/org/ganymede/leginfo/ui/BillList.java
wo/Sources/org/ganymede/leginfo/ui/BillListPage.java
wo/Sources/org/ganymede/leginfo/ui/BillPage.java
wo/Sources/org/ganymede/leginfo/ui/BillVersionAuthors.java
wo/Sources/org/ganymede/leginfo/ui/BillVersionPage.java
wo/Sources/org/ganymede/leginfo/ui/CatalogPage.java
wo/Sources/org/ganymede/leginfo/ui/GComponent.java
wo/Sources/org/ganymede/leginfo/ui/Main.java
wo/Sources/org/ganymede/leginfo/ui/TestsPage.java
wo/Sources/org/ganymede/leginfo/util/ComparisonUtils.java
wo/Sources/org/ganymede/leginfo/util/DateRange.java
wo/Sources/org/ganymede/leginfo/util/DateUtils.java
wo/Sources/org/ganymede/leginfo/util/Day.java
wo/Sources/org/ganymede/leginfo/util/DurationNamer.java
wo/Sources/org/ganymede/leginfo/util/Month.java
wo/Sources/org/ganymede/leginfo/util/NSTimestampHelper.java
wo/Sources/org/ganymede/leginfo/util/StringHelper.java
wo/Sources/org/ganymede/leginfo/util/Week.java
wo/Sources/org/ganymede/leginfo/util/Year.java
wo/WebServerResources/Calendar.css
wo/WebServerResources/billList.css
wo/WebServerResources/bills.css
wo/WebServerResources/triangleDown.gif
wo/WebServerResources/triangleRight.gif
wo/build.properties
wo/build.xml
wo/build/.version
wo/woproject/classes.exclude.patternset
wo/woproject/classes.include.patternset
wo/woproject/resources.exclude.patternset
wo/woproject/resources.include.patternset
wo/woproject/wsresources.exclude.patternset
wo/woproject/wsresources.include.patternset
zapAuthor
zapBill
zapVersion

Download

Click the following link to download LegislatureSQL-master.zip.

LegislatureSQL-master.zip




















Home »
  Java Free Code »
    Database »




Cassandra
CouchDB
Database
Hadoop
HBase
Hibernate
JDBC
JPA
LINQ
MapReduce
Memcached
MongoDB
MyBatis
MySQL
neo4j
Oracle
ORM
Redis
SQL