Skip to content

Releases: Anant/Cassandra.Api

Release/0.3

14 Jul 13:41
b59cde6
Compare
Choose a tag to compare
  • Created a CRUD interface (Admin Dashboard)
  • Branch the CRUD interface and Connect to Astra API
  • Third iteration of readmes edits for Data Migrator, APIs and Unit Tests
  • Second iteration of readme edits for R/W functionality for APIs
  • Added readme for UI

Release/0.2

14 Jul 13:39
c74b83c
Compare
Choose a tag to compare
  • Added R/W functionality through postman added to base API
  • Create the data model on Astra for Leaves which includes items & tags
  • Implement Processor that Takes a new Item and Populates the Record w/ Content
  • Second iteration of readme edits for Data Migrator, APIs and Unit Tests
  • Added readme for R/W functionality

Release/0.1

14 Jul 13:36
ae8d73e
Compare
Choose a tag to compare
  • User credentials json file that connects to Astra Database.
  • Python script that transfers data from Leaves.API to Astra Database.
  • CQL table definition file to sort data and create a table in Astra Database.
  • Node REST API that exposes the Data in Astra Database.
  • Python REST API that exposes the Data in Astra Database.
  • Postman & Curl Unit Tests to verify APIs are working properly.
  • Assets folder to hold images for readmes.
  • First iteration of readmes for Data Migrator, APIs & Unit Tests.