Others have responded on the developer mailing list, not sure if
you're susbscribed to that. The documentation for the HTTP API
specifically is here: https://asterixdb.apache.org/docs/0.9.3/api.html
. That is how queries are submitted and their results retrieved, at
the moment.

On Thu, Jun 14, 2018 at 1:46 AM, Shobhit Chourasiya
<[email protected]> wrote:
> Many Thanks for your response Mike!! :)
>
> In the links provided, I could not find anyone with steps for setting up an
> application with AsterixDB. Does anyone have any clue if there is any
> link/article available, which shows how to set up an application with
> AsterixDB?
>
> Best Regards,
> Shobhit Chourasiya
>
> On Wed, Jun 13, 2018 at 10:13 AM, Mike Carey <[email protected]> wrote:
>>
>> (+ dev)
>>
>> Yes, for reasons we don't understand, HBase is a little more popular and
>> better known than AsterixDB.  :-)
>>
>> More seriously, http://asterix.ics.uci.edu/publications.html has most/all
>> of the AsterixDB publications, which may help.  They are VERY different
>> systems - AsterixDB is essentially what you get if you approach the document
>> database problem from the standpoint of giving users "everything" they would
>> get in a parallel relational DBMS but with a relaxed (and you can tune how
>> relaxed) data model - no 1NF requirement, no schema mandate, ordered as well
>> as unordered options for multivalued fields, etc. - and a full query
>> language (first AQL, nowadays SQL++) that can do everything you can do in
>> SQL92 and more (in order to accommodate the data model changes).
>>
>> Cheers,
>>
>> Mike
>>
>>
>> On 6/12/18 1:00 AM, Shobhit Chourasiya wrote:
>>
>> Hello Everyone,
>>
>> First of all, I would humbly say that I am a very new user of AsterixDB
>> along with Bigdata and Hadoop. I have quite limited knowledge related to the
>> system, so I apologize in advance if you have to be patient and may have to
>> describe some lower level details(or links related to it) to answer my
>> queries.
>>
>> As a assignment in my University, I need to analyze functionality of
>> AsterixDB and HBase and need to find differences in both. Although I went
>> through some articles related to installation and initial queries on
>> AsterixDB page, I am still finding difficulty in understanding a complex
>> scenario for using AsterixDB and how to show case it, because the
>> information on web is quite limited for AsterixDB, though there's abundant
>> information present for HBase.
>>
>> If anyone can help me or provide me some leads related to it, I would be
>> very grateful. Please help
>>
>> Many Thanks!
>>
>> Best Regards,
>> Shobhit Chourasiya
>>
>>
>

Reply via email to