{"id":18811473,"url":"https://github.com/chop-dbhi/dataexpress","last_synced_at":"2025-04-13T20:31:25.623Z","repository":{"id":2998832,"uuid":"4016052","full_name":"chop-dbhi/dataexpress","owner":"chop-dbhi","description":"[NOT MAINTAINED] DataExpress is a simple, Scala-based cross database ETL toolkit supporting Postgres, MySql, Oracle, SQLServer, and Sqlite","archived":false,"fork":false,"pushed_at":"2019-07-25T12:41:55.000Z","size":1242,"stargazers_count":71,"open_issues_count":32,"forks_count":9,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-04-15T15:05:38.854Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://dataexpress.research.chop.edu","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chop-dbhi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-04-13T13:26:02.000Z","updated_at":"2024-03-28T18:31:05.000Z","dependencies_parsed_at":"2022-09-15T23:40:37.354Z","dependency_job_id":null,"html_url":"https://github.com/chop-dbhi/dataexpress","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chop-dbhi%2Fdataexpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chop-dbhi%2Fdataexpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chop-dbhi%2Fdataexpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chop-dbhi%2Fdataexpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chop-dbhi","download_url":"https://codeload.github.com/chop-dbhi/dataexpress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223604311,"owners_count":17172268,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T23:26:27.045Z","updated_at":"2024-11-07T23:26:27.460Z","avatar_url":"https://github.com/chop-dbhi.png","language":"Scala","funding_links":[],"categories":["大数据"],"sub_categories":[],"readme":"__We now have [a google group for DataExpress](https://groups.google.com/forum/#!forum/dataexpress-etl)! Please come join the discussion and help us build a community__\n\n# Getting Started\n\nThe official [DataExpress](http://dataexpress.research.chop.edu/) website contains a tutorial and other basic information for new users\n\n## Downloading Binaries\n\nThe [releases page](https://github.com/cbmi/dataexpress/releases) contains the jars and tutorial starter files for DataExpress. You can use these if you're not familiar with Scala or the various JVM build processes\n\n## Using from SBT, Maven, etc...\n\nDataExpress is published to the Sonatype OSS snapshot and release repositories. These repositories are pushed to Maven Central every 2 hours. This means that you can use releases without adding custom resolvers to your sbt build definition or custom repositories to your Maven POM. The group id (organization) is `edu.chop.research` and the artifact id (name) is `dataexpress` \n\nTo add a dependency to the latest **release** version of DataExpress to your sbt (0.12.x) build definition:\n\n    libraryDependencies += \"edu.chop.research\" %% \"dataexpress\" % \"0.9.1.3\"\n\nIf you would like to live on the (often bleeding-) edge, a **snapshot** version of DataExpress can go in your sbt (0.12.x) build definition:\n\n    resolvers += Opts.resolver.sonatypeSnapshots\n\n    libraryDependencies += \"edu.chop.research\" %% \"dataexpress\" % \"0.9.1.4-SNAPSHOT\"\n\n## Compiling from Source\n\nThe source code includes an SBT build.sbt configuration allowing for building.\n\nAll commands assume you are working in the dataexpress root directory, here ~/dataexpress) \n\n1. Clone the source to a local project directory, here assume it is ~/dataexpress\n\n2. Ensure both Scala SBT is installed see http://www.scala-sbt.org/\n\n3. To compile current source code:\n    $sbt compile\n\n4. To test current source code:\n    $sbt test\n\n5. To package WITHOUT dependencies:\n    $sbt package\n\n6. To package a \"fat jar\" containing dependencies (e.g. database drivers)\n    $sbt assembly\n    *Note: this excludes the Scala library; to include that as well, edit the line in build.sbt to read assembleArtifact in packageScala := true*   \n\n7. To create scaladocs\n    $sbt doc\n\n8. To start a Scala console with DataExpress on the class path\n    $sbt console\n\n-Note this will also automatically perform the following imports:\n    import edu.chop.cbmi.dataExpress.dsl.ETL._\n    import edu.chop.cbmi.dataExpress.dsl.ETL\n    import edu.chop.cbmi.dataExpress.dsl.stores.SqlDb\n    import edu.chop.cbmi.dataExpress.dataModels.RichOption._\n\n# Getting Involved and Contributing\nSee [CONTRIBUTORS.md](https://github.com/cbmi/dataexpress/blob/master/CONTRIBUTORS.md#getting-involved-and-contributing) in the repo for all the details. \n\ntl;dr: we would love your contributions!\n\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/cbmi/dataexpress/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchop-dbhi%2Fdataexpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchop-dbhi%2Fdataexpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchop-dbhi%2Fdataexpress/lists"}