Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Amazon Neptune Tools | 275 | 14 days ago | 1 | January 07, 2022 | 34 | apache-2.0 | Java | |||
Tools and utilities to enable loading data and building graph applications with Amazon Neptune. | ||||||||||
Turkle | 135 | 6 days ago | 39 | other | Python | |||||
Django-based clone of Amazon's Mechanical Turk service running in your local environment. | ||||||||||
Kindle | 86 | 5 years ago | 15 | July 06, 2016 | 1 | mit | Ruby | |||
No Kindle Highlights API? Take control with this CLI! | ||||||||||
Ml Io | 72 | 8 months ago | 10 | apache-2.0 | C++ | |||||
A high performance data access library for machine learning tasks | ||||||||||
Turkey | 63 | 9 months ago | mit | HTML | ||||||
Easily create a web UI on Amazon Mechanical Turk to crowd-source instance segmentation data | ||||||||||
Tsbook | 39 | 5 years ago | HTML | |||||||
『基礎からわかる時系列分析』(技術評論社,2018年)のサポートサイトです。 | ||||||||||
Amazon_webscraper | 34 | 2 years ago | 2 | Jupyter Notebook | ||||||
Simple function that will get product prices and other information from product URLs provided in a csv file. | ||||||||||
Amazon Review Scraper | 27 | 4 years ago | 1 | March 17, 2018 | 5 | mit | Python | |||
A python library to scrape data from amazon.com | ||||||||||
Export Dynamodb | 24 | 4 years ago | 27 | May 19, 2018 | 7 | gpl-3.0 | Python | |||
Export Amazon DynamoDb to CSV or JSON | ||||||||||
Amazon Scraper | 11 | 4 months ago | gpl-3.0 | Python | ||||||
Simple amazon scraper with some cool functionality. |
Utilities to enable loading data and building graph applications with Amazon Neptune.
You may also be interested in the Neptune Samples github repository, which includes samples and example code.
This is a utility to convert graphml files into the Neptune CSV format.
Exports Amazon Neptune data to CSV for Property Graph or Turtle for RDF graphs.
You can use neptune-export to export an Amazon Neptune database to the bulk load CSV format used by the Amazon Neptune bulk loader for Property Graph or Turtle for RDF graphs. Alternatively, you can supply your own queries to neptune-export and unload the results to CSV or Turtle.
Backfills Elasticsearch with data from an existing Amazon Neptune database.
The Neptune Full-text Search CloudFormation templates provide a mechanism for indexing all new data that is added to an Amazon Neptune database in Elasticsearch. However, there are situations in which you may want to index existing data in a Neptune database prior to enabling the full-text search integration.
You can use this export Neptune to Elasticsearch solution to index existing data in an Amazon Neptune database in Elasticsearch.
A command-line utility for migrating data to Neptune from Neo4j.
glue-neptune is a Python library for AWS Glue that helps writing data to Amazon Neptune from Glue jobs. With glue-neptune you can:
If you're interested in converting Neptune's CSV format to RDF, see amazon-neptune-csv-to-rdf-converter.
csv-gremlin is a tool that can turn Amazon Neptune format CSV files into Gremlin steps allowing them to be loaded into different Apache TinkerPop compliant stores (including Amazon Neptune) using Gremlin queries. The tool also tries to validate that the CSV files do not contain errors and can be use to inspect CSV files prior to starting a bulk load.
csv-to-neptune-bulk-format is a utility to identify nodes and edges in the source CSV data file(s) and generate the Amazon Neptune gremlin load data format files. A configuration file (JSON) defines the source and target files, nodes/edges definition, and selection logic. The script interprets one or more configuration files and generates Amazon Neptune gremlin load data format files. The generated files can be loaded into the Neptune database.
A Javascript SDK for querying Neptune with gremlin.
This library is licensed under the Apache 2.0 License.